tauri/.changes/fix-close-requested-js-event.md

6 lines
180 B
Markdown
Raw Normal View History

---
"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.