9365d16452f4c26c5add8676cef5269ccc6b78f8
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.