Double finger zoom should not select things (#1333)
This commit is contained in:
@ -43,6 +43,7 @@ export enum EVENT {
|
||||
STATE_CHANGE = "statechange",
|
||||
WHEEL = "wheel",
|
||||
TOUCH_START = "touchstart",
|
||||
TOUCH_END = "touchend",
|
||||
}
|
||||
|
||||
export const ENV = {
|
||||
|
Reference in New Issue
Block a user