mirror of https://github.com/sveltejs/svelte
fix: prevent window listeners from triggering events twice (#10611)
fixes #10271 The prior fix in #10307 wasn't quite right, because JSDom has a difference between window and event.composedPath which sounds like a bug, and a workaround in that PR made it so the test did pass when the bug still occurred. That's also why there isn't a test here, because we can't properly test this using JSDom.pull/10601/head
parent
45e385721c
commit
fc6666bc56
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: prevent window listeners from triggering events twice
|
Loading…
Reference in new issue