tauri/.changes/fix-clear-residual-listeners.md
canxin e4463f0814
fix(event): clear residual js listeners (#8916 ) (#8930)
* fix clear residual listeners tauri-apps#8916

* Comment out `println` on successful removal of `js_listeners`

* follow review changes.

* remvoe uneeded result

* Update fix-clear-residual-listeners.md
2024-02-28 20:26:27 +02:00

120 B

tauri
patch:bug

Clear JS event listeneres on page load, which fixes zombie listeners when the page reloads.