tauri/.changes/fix-window-creation-deadlock.md
Lucas Fernandes Nogueira c08cc6d500
fix(core): deadlock on focus events with invisible window,#3534 (#3622)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2022-03-06 18:44:12 -03:00

6 lines
108 B
Markdown

---
"tauri-runtime-wry": patch
---
Fixes a deadlock on the `Focused` event when the window is not visible.