0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.changeset/fresh-impalas-bow.md
xxkl1 fc6666bc56
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.
2024-02-23 10:17:28 +01:00

6 lines
84 B
Markdown

---
"svelte": patch
---
fix: prevent window listeners from triggering events twice