mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
tweak
This commit is contained in:
parent
2ca2c0f9fa
commit
1ac4200cc0
1 changed files with 1 additions and 1 deletions
|
@ -1724,7 +1724,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
this.files,
|
||||
{
|
||||
exportBackground: this.state.exportBackground,
|
||||
name: this.props?.name || getFileName(),
|
||||
name: this.props.name || getFileName(),
|
||||
viewBackgroundColor: this.state.viewBackgroundColor,
|
||||
exportingFrame: opts.exportingFrame,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue