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
|
@ -57,6 +57,7 @@ export type AppState = {
|
|||
openMenu: "canvas" | "shape" | null;
|
||||
lastPointerDownWith: PointerType;
|
||||
selectedElementIds: { [id: string]: boolean };
|
||||
previousSelectedElementIds: { [id: string]: boolean };
|
||||
collaborators: Map<
|
||||
string,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue