fix: don't open export image dialog on load
This commit is contained in:
parent
f8cbef5b8a
commit
ccc01fc677
@ -72,7 +72,7 @@ export const getDefaultAppState = (): Omit<
|
|||||||
openMenu: null,
|
openMenu: null,
|
||||||
openPopup: null,
|
openPopup: null,
|
||||||
openSidebar: null,
|
openSidebar: null,
|
||||||
openDialog: "imageExport",
|
openDialog: null,
|
||||||
pasteDialog: { shown: false, data: null },
|
pasteDialog: { shown: false, data: null },
|
||||||
previousSelectedElementIds: {},
|
previousSelectedElementIds: {},
|
||||||
resizingElement: null,
|
resizingElement: null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user