mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-08 04:06:53 +03:00
6 lines
221 B
Markdown
6 lines
221 B
Markdown
---
|
|
"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`).
|