tauri/.changes/fix-close-requested-js-event.md
2021-12-09 12:22:12 -03:00

180 B

tauri
patch

Prevent window closing if tauri://close-requested is listened on the JS layer. Users must call appWindow.close() manually when listening to that event.