1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

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

View file

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