When focusing textarea cells, ensure the cursor is set to the end rather than the start
This commit is contained in:
parent
e54ea6661f
commit
0710a0c951
|
@ -31,7 +31,6 @@
|
||||||
isOpen = true
|
isOpen = true
|
||||||
await tick()
|
await tick()
|
||||||
textarea.focus()
|
textarea.focus()
|
||||||
textarea.setSelectionRange(0, 0)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const close = () => {
|
const close = () => {
|
||||||
|
|
Loading…
Reference in New Issue