Prevent losing commands with context (#254)
This commit is contained in:
@@ -29,6 +29,7 @@ export type AppViewState = {
|
||||
isLoading: boolean;
|
||||
showPageNavigator: boolean;
|
||||
showCommandPalette: boolean;
|
||||
showCommandPaletteContext?: string;
|
||||
unsavedChanges: boolean;
|
||||
panels: { [key: string]: PanelConfig };
|
||||
allPages: Set<PageMeta>;
|
||||
|
||||
Reference in New Issue
Block a user