mirror of https://github.com/sveltejs/svelte
fix: robustify `bind:scrollX/Y` binding (#11655)
- we were scrolling to the given value, which we shouldn't for accessibility reasons (Svelte 4 didn't do it either) - we need to notify of the value 0 if there's no scroll (https://github.com/sveltejs/svelte/issues/11623#issuecomment-2113495573)pull/11656/head
parent
d288735fa8
commit
110a5a852f
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: robustify `bind:scrollX/Y` binding
|
Loading…
Reference in new issue