From 5094a7fe4daa6eb19e54af2cf75182f94a584cd5 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Albo Date: Sun, 9 Nov 2025 17:18:00 +0100 Subject: [PATCH] update: in toolbar, open drawer instead of dialog --- .../src/components/Toolbar/Toolbar.tsx | 18 ++---------------- webapp/IronCalc/src/locale/en_us.json | 4 ++-- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/webapp/IronCalc/src/components/Toolbar/Toolbar.tsx b/webapp/IronCalc/src/components/Toolbar/Toolbar.tsx index 512ec5e..e395f7e 100644 --- a/webapp/IronCalc/src/components/Toolbar/Toolbar.tsx +++ b/webapp/IronCalc/src/components/Toolbar/Toolbar.tsx @@ -24,7 +24,6 @@ import { Grid2x2Check, Grid2x2X, ImageDown, - Inbox, Italic, Minus, PaintBucket, @@ -519,12 +518,12 @@ function Toolbar(properties: ToolbarProperties) { {properties.showGridLines ? : } - + { - setNameManagerDialogOpen(true); + properties.openDrawer(); }} disabled={!canEdit} > @@ -543,19 +542,6 @@ function Toolbar(properties: ToolbarProperties) { - - - { - properties.openDrawer(); - }} - disabled={!canEdit} - > - - -