mirror of https://github.com/sveltejs/svelte
fix: better input cursor restoration for `bind:value` (#16925)
If cursor was at end and new input is longer, move cursor to new end No test because not possible to reproduce using our test setup. Follow-up to #14649, helps with #16577pull/16920/head
parent
93012e1e6f
commit
5d9b4c66ca
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: better input cursor restoration for `bind:value`
|
Loading…
Reference in new issue