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
7 lines
209 B
Markdown
7 lines
209 B
Markdown
---
|
|
"tauri": minor:changes
|
|
"tauri-runtime-wry": 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
|