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.pull/16527/head
parent
d82edf6b1d
commit
6a1d0ead40
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
Fix double event processing in firefox due to event object being garbage collected (#16522)
|
Loading…
Reference in new issue