Prevent losing commands with context (#254)

This commit is contained in:
Evgenii Karagodin
2023-01-04 16:37:09 +01:00
committed by GitHub
parent c3d5f4275e
commit 66eb289d6e
3 changed files with 22 additions and 12 deletions
+1
View File
@@ -29,6 +29,7 @@ export type AppViewState = {
isLoading: boolean;
showPageNavigator: boolean;
showCommandPalette: boolean;
showCommandPaletteContext?: string;
unsavedChanges: boolean;
panels: { [key: string]: PanelConfig };
allPages: Set<PageMeta>;