mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
fc6666bc56
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.
6 lines
84 B
Markdown
6 lines
84 B
Markdown
---
|
|
"svelte": patch
|
|
---
|
|
|
|
fix: prevent window listeners from triggering events twice
|