-
Notifications
You must be signed in to change notification settings - Fork 214
[bug] MultiDrag Issues on Examples Page #190
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
Comments
@nguyenank Did you find a way to solve any of these issues? The last one is blocking me. Thanks for posting this issue and taking the time to document your experience with the examples. I was going crazy thinking I was the only one with these problems. |
i have the "had indice of "-1" problem.. if anyone has the solution .. :) |
Same error "select" had index of "-1", which is probably -1 and doesn't usually happen here. |
Short
This is a series of issues, some more reproducible than others, I found when trying to use MultiDrag, in particular when playing with the MultiDrag example on the examples page.
Issues
"select" had indice of "-1", which is probably -1 and doesn't usually happen here.'
, followed by a CustomEvent with the -1 in the newIndicies. These messages are tied to clicks on the list, which otherwise appear to work fine.Additional context
Some of these issues (in particular, the crashing error) were actually something I noticed in my personal project, and couldn't figure out the source, so I went to see if I could replicate them on the examples page. Despite these issues, this project has been unbelievably helpful, and I can't thank you enough for creating and continually working on it.
The text was updated successfully, but these errors were encountered: