mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Replace current session entry for reloads
This commit is contained in:
parent
0b0495cff4
commit
e9b2f1b916
10 changed files with 89 additions and 57 deletions
|
@ -588,5 +588,5 @@ fn follow_hyperlink(subject: &Element, hyperlink_suffix: Option<String>) {
|
|||
|
||||
debug!("following hyperlink to {}", url);
|
||||
let window = document.window();
|
||||
window.load_url(url);
|
||||
window.load_url(url, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue