fix: don't open export image dialog on load
This commit is contained in:
parent
6edcb99c89
commit
77e88c09b8
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user