From bd82f796adbb72b2b4236dc3b5ef0539ae2dd8a4 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Wed, 11 Dec 2024 15:48:39 +0100 Subject: [PATCH] less moving parts during the saved animation --- src/editor/components/scenegraph/Toolbar.js | 28 ++++++++++++++------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/src/editor/components/scenegraph/Toolbar.js b/src/editor/components/scenegraph/Toolbar.js index 36a5dbbf..e426cd3f 100644 --- a/src/editor/components/scenegraph/Toolbar.js +++ b/src/editor/components/scenegraph/Toolbar.js @@ -279,29 +279,38 @@ export default class Toolbar extends Component {
{this.props.currentUser ? (
{this.state.savedScene ? ( - ) : ( )} {this.state.isSaveActionActive && ( @@ -335,8 +344,9 @@ export default class Toolbar extends Component { onClick={this.handleUnsignedSaveClick} disabled={this.state.isSavingScene} variant="toolbtn" + className="min-w-[110px]" > -
Save
+
Save
)} {this.state.showLoadBtn && (