You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @glisteningly, sorry for late reply. I think the modification you did is a good one, I'll test it locally and consider it for next release (feel free to open a pull request though). I'll let you know whenever released, thanks for pointing this out.
I find it the position of vue list object item didn't change after use a layout running
It wokks when you drag some elements.
i just change the code
if (this.sync) { instance.on('drag', this.selector, event => {
to
if (this.sync) { instance.on('positon', this.selector, event => {
then it works correct, the position changes reactivity, does this modify cause other effects?
The text was updated successfully, but these errors were encountered: