mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
fix redirection target value
This commit is contained in:
parent
9cb3b47a92
commit
e9e5c5ad22
@ -405,7 +405,7 @@ impl Gemini {
|
||||
.set_text(&uri.to_string());
|
||||
}
|
||||
redirects.replace(total);
|
||||
page.tab_action.load.activate(Some(""), is_history);
|
||||
page.tab_action.load.activate(Some(&target.to_string()), is_history);
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user