Преглед изворни кода

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,