소스 검색

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,