feat: separate fancyBackground from renderScene

This commit is contained in:
Arnošt Pleskot
2023-08-10 17:40:29 +02:00
parent 3c56efb9fe
commit d6515e26b9
6 changed files with 174 additions and 15 deletions

View File

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