fix redirection target value

This commit is contained in:
yggverse 2025-01-21 17:52:39 +02:00
parent 9cb3b47a92
commit e9e5c5ad22

View File

@ -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) => {