-
Notifications
You must be signed in to change notification settings - Fork 156
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
[Bug] Item will be eaten #186
Comments
I found a creepy solution, which is to specify a positive integer on <SlickList :distance="1"> |
We love you |
@Eschiclers 🤣Tks! |
Unfortunately, this fix doesn't entirely work, it breaks scrolling on mobile. |
Thanks for your solution @yenche123, it works for me! This happened to me w/ nested lists w/ groups; same steps as yours (sort, then click on container after). I put a breakpoint on node removal, and this is where I landed after clicking the container: It looks like it's confusing something related to ghost nodes. |
You saved my day! Thanks |
The following video is the demo on the Introduction.
When moving a item in the current column and then clicking on this column, the item will be eaten.
The situation always happens in this scene.
anonymous_083110d1-af1d-49b9-8585-273d2b7b1658_video.mp4
The text was updated successfully, but these errors were encountered: