-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve single vs. multi-touch interaction in dragPan handler (#8100)
- Stop an active single-touch drag if the user adds additional fingers and touchZoomRotate takes over the interaction (fixes #7196) - Start a single-touch drag if the user removes all but one finger (fixes #6900) - Add tests for expected single vs. multi-touch interactions
- Loading branch information
Anjana Sofia Vakil
authored
Sep 18, 2019
1 parent
910a4a9
commit a493b0b
Showing
4 changed files
with
298 additions
and
26 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
Oops, something went wrong.