mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-16 05:50:03 +02:00
feat: recover background image from appState in ImageExportDialog
This commit is contained in:
@@ -92,7 +92,7 @@ const ImageExportModal = ({
|
||||
);
|
||||
const [exportBackgroundImage, setExportBackgroundImage] = useState<
|
||||
keyof typeof FANCY_BACKGROUND_IMAGES
|
||||
>(DEFAULT_FANCY_BACKGROUND_IMAGE);
|
||||
>(appState.fancyBackgroundImageKey);
|
||||
|
||||
const [exportDarkMode, setExportDarkMode] = useState(
|
||||
appState.exportWithDarkMode,
|
||||
|
Reference in New Issue
Block a user