Commit 03e7c11
authored
fix(tauri-runtime-wry): ignore about:blank initial URL (#14080)
* fix(tauri-runtime-wry): ignore about:blank initial URL
fixes a macOS warning when a navigation handler is registered and you choose to create a new window on the on_new_window hook - in this case we shouldn't perform the initial navigation since the URL is provided by the webview configuration from the hook
* change tag
* bump min wry1 parent e81635a commit 03e7c11
File tree
4 files changed
+14
-5
lines changed- .changes
- crates/tauri-runtime-wry
- src
4 files changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4578 | 4578 | | |
4579 | 4579 | | |
4580 | 4580 | | |
4581 | | - | |
4582 | 4581 | | |
4583 | 4582 | | |
4584 | 4583 | | |
4585 | 4584 | | |
4586 | 4585 | | |
4587 | 4586 | | |
| 4587 | + | |
| 4588 | + | |
| 4589 | + | |
| 4590 | + | |
4588 | 4591 | | |
4589 | 4592 | | |
4590 | 4593 | | |
| |||
0 commit comments