mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Double finger zoom should not select things (#1333)
This commit is contained in:
parent
1e9adf0a80
commit
fd75b88bd3
5 changed files with 130 additions and 0 deletions
|
@ -43,6 +43,7 @@ export enum EVENT {
|
|||
STATE_CHANGE = "statechange",
|
||||
WHEEL = "wheel",
|
||||
TOUCH_START = "touchstart",
|
||||
TOUCH_END = "touchend",
|
||||
}
|
||||
|
||||
export const ENV = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue