mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
79b8a3514b
* fix(core/event): filter js listeners on rust side only then emit filtered ids to be triggerd fix regression introduced in https://github.com/tauri-apps/tauri/pull/8930 , and reported in https://github.com/tauri-apps/tauri/pull/8930#issuecomment-1986279046 * Update .changes/core-js-unlisten-all-regression.md Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app> * Discard changes to .changes/core-js-unlisten-all-regression.md * object.defineproperty * add change file [skip ci] --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
71 B
71 B
tauri |
---|
patch:enhance |
Improve and optimize event emit calls.