mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-02 07:07:06 +02:00
Double finger zoom should not select things (#1333)
This commit is contained in:
@@ -48,6 +48,7 @@ export const getDefaultAppState = (): AppState => {
|
||||
openMenu: null,
|
||||
lastPointerDownWith: "mouse",
|
||||
selectedElementIds: {},
|
||||
previousSelectedElementIds: {},
|
||||
collaborators: new Map(),
|
||||
shouldCacheIgnoreZoom: false,
|
||||
showShortcutsDialog: false,
|
||||
|
Reference in New Issue
Block a user