mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
consolidate & align collaboration socket eventing with server
This commit is contained in:
parent
96320478e6
commit
5706dd7ae2
7 changed files with 39 additions and 29 deletions
|
@ -35,8 +35,7 @@ export type AppState = {
|
|||
openMenu: "canvas" | "shape" | null;
|
||||
lastPointerDownWith: PointerType;
|
||||
selectedElementIds: { [id: string]: boolean };
|
||||
remotePointers: { [id: string]: { x: number; y: number } };
|
||||
collaboratorCount: number;
|
||||
collaborators: Map<string, { pointer?: { x: number; y: number } }>;
|
||||
};
|
||||
|
||||
export type PointerCoords = Readonly<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue