mirror of https://github.com/sveltejs/svelte
* Fix double event processing (#16522) Firefox seems to garbage collect event objects during event propagation if no global reference to the event object is kept. That discards the __root marker set on the event object to early, leading to duplicate processing. * minor tweaks --------- Co-authored-by: ComputerGuy <63362464+Ocean-OS@users.noreply.github.com>pull/16531/head
parent
d82edf6b1d
commit
a91e0154d4
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: double event processing in firefox due to event object being garbage collected
|
Loading…
Reference in new issue