Double finger zoom should not select things (#1333)

Tento commit je obsažen v:
Steven Nguyen
2020-06-02 18:41:40 +02:00
odevzdal GitHub
rodič 1e9adf0a80
revize fd75b88bd3
5 změnil soubory, kde provedl 130 přidání a 0 odebrání

Zobrazit soubor

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