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