mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 03:33:36 +03:00
af61023273
* refactor(core): Window::close triggers RunEvent::CloseRequested * Update .changes/runtime-wry-window-close-event.md Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> * add destroy [skip ci] * change files * delete files * fix tests * fix tests * fix test impl of the close flow * fmt * build bundle --------- Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
6 lines
109 B
Markdown
6 lines
109 B
Markdown
---
|
|
"tauri-runtime-wry": patch:breaking
|
|
---
|
|
|
|
`WindowDispatch::close` now triggers the `CloseRequested` flow.
|