tauri/.changes/tauri-focused-windows.md
Amr Bashir 4bf1e85e6b
fix(windows): respect focused: false for webview, closes #7519 (#7722)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
fix(windows): respect `focused: false` for webview, closes #7519
2023-09-11 17:00:06 -03:00

7 lines
128 B
Markdown

---
'tauri': 'patch:bug'
'tauri-runtime-wry': 'patch:bug'
---
Properly respect the `focused` option when creating the webview.