mirror of https://github.com/sveltejs/svelte
fix: trigger selectedcontent reactivity (#17486)
* fix: trigger `selectedcontent` reactivity * fix: comments * fix: use `is_supported` * fix: use `cloneNode` to preserve attributes * fix: update `selectedcontent` variable after cloning * Apply suggestions from code review * Apply suggestions from code review * remove unused code * do everything in a single for-of loop * early return * shorten --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/17488/head
parent
9cf60666ea
commit
4ea7631bf5
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: trigger `selectedcontent` reactivity
|
||||
Loading…
Reference in new issue