mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Let the popstate and hashchange events not bubble
This commit is contained in:
parent
0c5b020163
commit
ecb65474a7
3 changed files with 2 additions and 6 deletions
|
@ -129,7 +129,7 @@ impl History {
|
|||
let event = HashChangeEvent::new(
|
||||
&self.window,
|
||||
atom!("hashchange"),
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
old_url.into_string(),
|
||||
url.into_string());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue