-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Touch Drag with Animation Broken - uses wrong offset after changing positions #1941
Comments
+1 |
downgarde version to 1.10.1 will solve this problem 😞 |
cletusw
added a commit
to cletusw/catchphrase
that referenced
this issue
Oct 24, 2020
+1 |
+1 |
+1, I downgraded to 1.10.1 to fix the issue for now |
+1 occurs on mobile safari |
+1 on vanilla, same exact bug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When touch-dragging with
animation
, the dragged item (ghost?) resets to it's original location with the wrong touch-offset after the item changes positions. Please see screen recording, below.This does not happen in mouse-mode, or if
animation
is disabled with touch. I have not been able to reproduce this from the examples or sandboxes and am carving up my project to identify the cause. Any input on what could be causing this would be appreciated.React: 16.x / 17
SortableJS: 1.12.0
The text was updated successfully, but these errors were encountered: