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
|
@ -48,6 +48,7 @@ export const getDefaultAppState = (): AppState => {
|
|||
openMenu: null,
|
||||
lastPointerDownWith: "mouse",
|
||||
selectedElementIds: {},
|
||||
previousSelectedElementIds: {},
|
||||
collaborators: new Map(),
|
||||
shouldCacheIgnoreZoom: false,
|
||||
showShortcutsDialog: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue