mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-23 02:07:09 +02:00
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