mirror of https://github.com/sveltejs/svelte
fix: memory leak in unmount where document event listeners are not being removed (#12101)
* Fix memory leak in unmount where document event listeners are not being removed * changeset --------- Co-authored-by: Mark Siano <marksiano@Marks-MBP.lan> Co-authored-by: Rich Harris <rich.harris@vercel.com> Co-authored-by: Rich Harris <hello@rich-harris.dev>pull/12165/head
parent
2814e9ebbd
commit
752f872a1d
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: remove correct event listener from document
|
Loading…
Reference in new issue