-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dd] Prevent default on gesturemovestart after movement has started.
gesturemovestart is actually triggered on gesturestart/mousedown rather than on the start of movement. It then throttles down based on a mintime or min movement. We therefore need to move the preventDefault down to the function it throttles otherwise we prevent on mousedown of non-dragged object too.
- Loading branch information
1 parent
7add823
commit 9f96abc
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters