mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove unused selectedId
This commit is contained in:
parent
95e726bd6f
commit
f1ac8cac32
3 changed files with 1 additions and 5 deletions
|
@ -7,5 +7,4 @@ export interface DataState {
|
|||
source?: string;
|
||||
elements: readonly ExcalidrawElement[];
|
||||
appState: AppState | null;
|
||||
selectedId?: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue