diff --git a/src/App.svelte b/src/App.svelte index 2af3b6e8..170afb39 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1679,6 +1679,10 @@ Please include a link to this sheet in the email to assist in debugging the prob }, ...$insertedSheets ]; + + if (index <= $cells.length-1) { + $activeCell = index; + } }