tauri/.changes/tauri-close-requested-target-specific.md
Philipp Bokatius 46b6598a94
fix: target specific window for window events (#8826)
* fix: target specific window for CLOSE_REQUESTED_EVENT emission

* fix: use emit_filter() instead of emit_to()

* fix: try sending event regardless of existing js listener

* cleanups

* change file

* emit_self -> emit_to_window

---------

Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
2024-02-12 17:55:20 +02:00

6 lines
97 B
Markdown

---
'tauri': 'patch:bug'
---
Fix JS `onCloseRequested` catching close event from other windows.