This commit is contained in:
Aakansha Doshi 2024-02-05 19:54:39 +05:30
parent 2ca2c0f9fa
commit 1ac4200cc0

View File

@ -1724,7 +1724,7 @@ class App extends React.Component<AppProps, AppState> {
this.files, this.files,
{ {
exportBackground: this.state.exportBackground, exportBackground: this.state.exportBackground,
name: this.props?.name || getFileName(), name: this.props.name || getFileName(),
viewBackgroundColor: this.state.viewBackgroundColor, viewBackgroundColor: this.state.viewBackgroundColor,
exportingFrame: opts.exportingFrame, exportingFrame: opts.exportingFrame,
}, },