tauri/.changes/fix-window-specific-event-system.md
2022-02-06 17:50:02 -03:00

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.