-
Notifications
You must be signed in to change notification settings - Fork 150
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
bugfix on touch devices, that caused preventing removing styles and m… #67
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working fine for me.
i had this error and that hungs page after drag and drop in touch devices
[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
Agree...fixes problem I am experiencing on touch devices. The current issue is also present on the demo website for touch enabled devices. |
Could you guys please merge this one? Thanks |
0.7 working fine on touch devices before this addition |
Can confirm that this fixes some issues we've been having. |
What are the chances of this landing at some point? 🤔 |
fixed problem that I've faced on touch devices