瀏覽代碼

fix: don't open export image dialog on load

Arnošt Pleskot 2 年之前
父節點
當前提交
77e88c09b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/appState.ts

+ 1 - 1
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,