fix: initial state

This commit is contained in:
Arnošt Pleskot
2023-08-08 16:26:33 +02:00
parent 6e7c302974
commit 5d9d2afcb7
2 changed files with 4 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ export type AppState = {
pendingImageElementId: ExcalidrawImageElement["id"] | null;
showHyperlinkPopup: false | "info" | "editor";
selectedLinearElement: LinearElementEditor | null;
exportBackgroundImage: string;
exportBackgroundImage: string | null;
};
export type UIAppState = Omit<