tauri/.changes/simplify-window-creation.md
Lucas Fernandes Nogueira 7cd39c70c9
refactor(core): use random window id to simplify window creation, closes #3645 #3597 (#3684)
* refactor(core): window id

* fixes

* reintroduce send_tao_window_event

* cleanup code

* add change file

* fix: windows build

* add getter

* fix windows build
2022-03-15 12:59:37 -03:00

177 B

tauri-runtime-wry
minor

Use a random window id instead of tao::window::WindowId to not block the thread waiting for the event loop to process the window creation.