mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
7 lines
242 B
Markdown
7 lines
242 B
Markdown
---
|
|
"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.
|