mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-27 20:27:12 +02:00
feat: support toggling export padding
This commit is contained in:
@@ -144,6 +144,7 @@ const LayerUI = ({
|
||||
exportBackground: appState.exportBackground,
|
||||
name: appState.name,
|
||||
viewBackgroundColor: appState.viewBackgroundColor,
|
||||
exportPadding: appState.exportPadding,
|
||||
},
|
||||
)
|
||||
.catch(muteFSAbortError)
|
||||
|
Reference in New Issue
Block a user