Double finger zoom should not select things (#1333)

This commit is contained in:
Steven Nguyen 2020-06-02 18:41:40 +02:00 committed by GitHub
parent 1e9adf0a80
commit fd75b88bd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 130 additions and 0 deletions

View file

@ -48,6 +48,7 @@ export const getDefaultAppState = (): AppState => {
openMenu: null,
lastPointerDownWith: "mouse",
selectedElementIds: {},
previousSelectedElementIds: {},
collaborators: new Map(),
shouldCacheIgnoreZoom: false,
showShortcutsDialog: false,