From 7e54cb6aa27f6d02fc3b090de4fb127c67900dc8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 9 Feb 2025 17:02:10 +0100 Subject: [PATCH] style: added a divider --- webapp/IronCalc/src/components/CellContextMenu.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/IronCalc/src/components/CellContextMenu.tsx b/webapp/IronCalc/src/components/CellContextMenu.tsx index 9488583..b51d549 100644 --- a/webapp/IronCalc/src/components/CellContextMenu.tsx +++ b/webapp/IronCalc/src/components/CellContextMenu.tsx @@ -194,6 +194,7 @@ const CellContextMenu = (properties: CellContextMenuProps) => { {t("cell_context.freeze_rows", { row })} + { onUnfreezeColumns();