mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-29 05:51:59 +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>
6 lines
71 B
Markdown
6 lines
71 B
Markdown
---
|
|
"tauri": patch:enhance
|
|
---
|
|
|
|
Improve and optimize event emit calls.
|