mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-12 20:10:09 +02:00
feat: separate fancyBackground from renderScene
This commit is contained in:
@@ -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<
|
||||
|
Reference in New Issue
Block a user