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

Drag-end callback function always called twice #48

Open
pndewit opened this issue May 1, 2018 · 0 comments
Open

Drag-end callback function always called twice #48

pndewit opened this issue May 1, 2018 · 0 comments

Comments

@pndewit
Copy link

pndewit commented May 1, 2018

I noticed that with every drop any where, the drag-end callback function is called twice. The first time before the drop event with the correct (item, itemVM) data, the second time with always the same data (null, null).

So the first call is too early with the correct data, the second call is at the right time but with the wrong data.

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

No branches or pull requests

1 participant