This reverts commit dcb93f75e6
.
This commit is contained in:
committed by
GitHub
parent
dcb93f75e6
commit
db1f97f59e
@ -36,10 +36,7 @@ export type AppState = {
|
||||
openMenu: "canvas" | "shape" | null;
|
||||
lastPointerDownWith: PointerType;
|
||||
selectedElementIds: { [id: string]: boolean };
|
||||
collaborators: Map<
|
||||
string,
|
||||
{ pointer?: { x: number; y: number }; username?: string }
|
||||
>;
|
||||
collaborators: Map<string, { pointer?: { x: number; y: number } }>;
|
||||
};
|
||||
|
||||
export type PointerCoords = Readonly<{
|
||||
|
Reference in New Issue
Block a user