Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Register listeners explicitly as not passive (#79)
Listeners are preventing the default action in some conditions. Recent Chrome versions have an intervention registering root-level listeners as passive by default for some events. So listeners have to be declared as non-passive explicitly.
- Loading branch information