mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
fix redirection target value
This commit is contained in:
parent
9cb3b47a92
commit
e9e5c5ad22
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ impl Gemini {
|
||||||
.set_text(&uri.to_string());
|
.set_text(&uri.to_string());
|
||||||
}
|
}
|
||||||
redirects.replace(total);
|
redirects.replace(total);
|
||||||
page.tab_action.load.activate(Some(""), is_history);
|
page.tab_action.load.activate(Some(&target.to_string()), is_history);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue