mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-27 04:07:05 +02: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