Let the popstate and hashchange events not bubble

This commit is contained in:
tigercosmos 2018-06-17 11:13:36 -07:00
parent 0c5b020163
commit ecb65474a7
3 changed files with 2 additions and 6 deletions

View file

@ -129,7 +129,7 @@ impl History {
let event = HashChangeEvent::new(
&self.window,
atom!("hashchange"),
true,
false,
false,
old_url.into_string(),
url.into_string());