f5c6e2e2a5ce8e9c26b1155e9ed3baa29ef5e2de
The Tauri onCloseRequested async handler was preventing the window from actually closing. Using beforeunload for the save flush instead.
Description
The Tauri onCloseRequested async handler was preventing the window from actually closing. Using beforeunload for the save flush instead.