When focusing textarea cells, ensure the cursor is set to the end rather than the start

This commit is contained in:
Andrew Kingston 2023-04-22 16:41:10 +01:00
parent e54ea6661f
commit 0710a0c951
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
isOpen = true
await tick()
textarea.focus()
textarea.setSelectionRange(0, 0)
}
const close = () => {