Fix many syncing issues (#952)
This commit is contained in:
@ -34,7 +34,6 @@ export type AppState = {
|
||||
openMenu: "canvas" | "shape" | null;
|
||||
lastPointerDownWith: PointerType;
|
||||
selectedElementIds: { [id: string]: boolean };
|
||||
deletedIds: { [id: string]: { version: ExcalidrawElement["version"] } };
|
||||
collaborators: Map<string, { pointer?: { x: number; y: number } }>;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user