Fix many syncing issues (#952)

This commit is contained in:
Pete Hunt
2020-03-14 20:46:57 -07:00
committed by GitHub
parent b20d4539c0
commit 3f8144ef85
15 changed files with 176 additions and 100 deletions

View File

@ -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 } }>;
};