mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
fix: do not accidentally mount things before meta tags in the <head> when updating the DOM v2
This commit is contained in:
parent
095dc78893
commit
83e0438527
1 changed files with 1 additions and 1 deletions
|
@ -297,6 +297,6 @@ impl Mountable<Dom> for TitleViewState {
|
|||
}
|
||||
|
||||
fn insert_before_this(&self, _child: &mut dyn Mountable<Dom>) -> bool {
|
||||
true
|
||||
false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue