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
In the latest version 2.0.6, the drop feature is not working with the codepen example given in the documentation. If version 1.1.1 is used, as in the example, it works correctly.
To reproduce, use the latest version of the library in the example and try to move an item from one list to another.
(I am on ubuntu 18.04 using chrome 84.)
Thanks,
Debashish
The text was updated successfully, but these errors were encountered:
I am still trying to figure out why it is not working properly. What I found out is that, if you set the option reactivityEnabled to false on your component, it works.
The function that creates the listeners (for added, removed, reordered) is not being called, so the events are never triggered.
Hi,
In the latest version 2.0.6, the drop feature is not working with the codepen example given in the documentation. If version 1.1.1 is used, as in the example, it works correctly.
To reproduce, use the latest version of the library in the example and try to move an item from one list to another.
(I am on ubuntu 18.04 using chrome 84.)
Thanks,
Debashish
The text was updated successfully, but these errors were encountered: