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