mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-22 17:57:03 +02:00
remove unused selectedId
This commit is contained in:
@@ -28,7 +28,6 @@ export type AppState = {
|
||||
cursorY: number;
|
||||
scrolledOutside: boolean;
|
||||
name: string;
|
||||
selectedId?: string;
|
||||
isCollaborating: boolean;
|
||||
isResizing: boolean;
|
||||
zoom: number;
|
||||
|
Reference in New Issue
Block a user