This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
Prevent menu to show up after fire dragStart. #321
Comments
This is intended behaviour. Changing this will make it stop working on touch screen devices. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Ok. I get this point of view, but still i suppose that you can catch drag start / drag end on the root (eg. body) element (it is bubbling in most case) and then don't show menu during dragging. Best. |
I'm not too familiar with how things work on touch devices. Can you share a code sample of what you are proposing? Even better if you could provide a PR. |
closing issue see #339 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Actual Behavior
When dragStart is fired menu shows up after value setted to holdToDisplay. Yes you can set holdToDisplay on -1 but still is not desire behavior.
Best
The text was updated successfully, but these errors were encountered: