mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-30 18:46:27 +03:00
62b3a5cd1c
* fix(core): share webcontext between webviews closes #10981 * update wry version * Update crates/tauri-runtime-wry/src/lib.rs [skip ci] * on linux, only register protocol once per context --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
8 lines
145 B
Markdown
8 lines
145 B
Markdown
---
|
|
"tauri": "patch:bug"
|
|
"tauri-runtime-wry": "patch:bug"
|
|
---
|
|
|
|
Fix `localStorage` not shared between webviews that use the same data directory.
|
|
|