From ccc01fc677b88dbb506fb5e6eae30afff15c54f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arno=C5=A1t=20Pleskot?= Date: Thu, 10 Aug 2023 23:27:49 +0200 Subject: [PATCH] fix: don't open export image dialog on load --- src/appState.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,