This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix touchEvent support for touch-action
Change HAS_TOUCH_ACTION to HAS_TOUCH_ACTION_DELAY. Even with touch-action we should still avoid unnecessary touch handlers. It's only with touch-action-delay: none that we can be sure our handlers won't delay threaded scrolling. This works around #116 for now without actually solving it completely.
- Loading branch information