From 63a8e500e57aa78df323db61a0b4293bd50dd74f Mon Sep 17 00:00:00 2001 From: Lloyd Date: Sun, 14 Sep 2025 03:22:49 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lib/components/grid/grid.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/lib/components/grid/grid.svelte b/frontend/src/lib/components/grid/grid.svelte index 9b51571..11853f6 100644 --- a/frontend/src/lib/components/grid/grid.svelte +++ b/frontend/src/lib/components/grid/grid.svelte @@ -66,6 +66,8 @@ return; } + + grid.stopAnyEditing(); } // We are not editing, so this is a normal cell selection OR this is not a formula