tauri/.changes/fix-window-getter-deadlock.md
Lucas Fernandes Nogueira ab3eb44bac
fix(core): deadlock on window getters, fixes #1893 (#1998)
* fix(core): deadlock on window getters, fixes #1893

* fix compilation without menu feature
2021-06-16 11:07:41 -03:00

7 lines
152 B
Markdown

---
"tauri-runtime-wry": patch
"tauri": patch
---
Panic on window getters usage on the main thread when the event loop is not running and document it.