mirror of https://github.com/sveltejs/svelte
fix: add missing files binding (#9415)
no two-way binding because setting it involves a `DataTransfer` workaround, so it's not really officially supported that way - if you need that, you shouldn't use that binding probably. This matches the behavior in Svelte 4. Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/9438/head
parent
9aa06bdf9e
commit
7ab03ae36c
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: add missing files binding
|
Loading…
Reference in new issue