Double finger zoom should not select things (#1333)

This commit is contained in:
Steven Nguyen 2020-06-02 18:41:40 +02:00 committed by GitHub
parent 1e9adf0a80
commit fd75b88bd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 130 additions and 0 deletions

View file

@ -43,6 +43,7 @@ export enum EVENT {
STATE_CHANGE = "statechange",
WHEEL = "wheel",
TOUCH_START = "touchstart",
TOUCH_END = "touchend",
}
export const ENV = {