mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* refactor(runtime-wry): remove RefCell hack * Remove `Sync` requirement on `on_new_window` * Merge branch 'dev' into remove-ref-cell-hack * Add change file
209 B
209 B
tauri, tauri-runtime-wry
| tauri | tauri-runtime-wry |
|---|---|
| minor:changes | minor:changes |
The new window handler passed to on_new_window no longer requires Sync, and runs on main thread on Windows, aligning with other platforms