tauri/.changes/remove-window-on-exit.md

6 lines
221 B
Markdown
Raw Normal View History

---
"tauri": patch
---
Remove window object from the `Manager` internal `HashMap` on close. This fixes the behavior of using `[App|AppHandle|Window]#get_window` after the window is closed (now correctly returns `None`).