diff --git a/src/appState.ts b/src/appState.ts index 8746021b3..5d8165cd3 100644 --- a/src/appState.ts +++ b/src/appState.ts @@ -72,7 +72,7 @@ export const getDefaultAppState = (): Omit< openMenu: null, openPopup: null, openSidebar: null, - openDialog: "imageExport", + openDialog: null, pasteDialog: { shown: false, data: null }, previousSelectedElementIds: {}, resizingElement: null,