mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: don't open export image dialog on load
This commit is contained in:
parent
6edcb99c89
commit
77e88c09b8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue