consolidate & align collaboration socket eventing with server
This commit is contained in:
@ -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<{
|
||||
|
Reference in New Issue
Block a user