mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 11:44:23 +01:00
485: Ability to switch to previously loaded ids in UI (#583)
This commit is contained in:
@@ -22,4 +22,5 @@ export type AppState = {
|
||||
cursorX: number;
|
||||
cursorY: number;
|
||||
name: string;
|
||||
selectedId?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user