Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop not working with v2.0.6 in the doc example #77

Open
deb17 opened this issue Aug 7, 2020 · 1 comment
Open

Drop not working with v2.0.6 in the doc example #77

deb17 opened this issue Aug 7, 2020 · 1 comment
Labels

Comments

@deb17
Copy link

deb17 commented Aug 7, 2020

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

@deb17 deb17 added the bug label Aug 7, 2020
@respz
Copy link

respz commented Sep 3, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants