mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
242 B
242 B
tauri |
---|
patch |
The tauri::Window#emit
functiow now correctly sends the event to all windows that has a registered listener.
Breaking change: Window#emit_and_trigger
and Window#emit
now requires the payload to be cloneable.