fix: update HtmlViewState & BodyViewState as well

This commit is contained in:
brofrain 2024-06-25 22:06:38 +02:00 committed by Greg Johnston
parent 83e0438527
commit d2ee093132
2 changed files with 2 additions and 2 deletions

View File

@ -162,6 +162,6 @@ impl Mountable<Dom> for BodyViewState {
}
fn insert_before_this(&self, _child: &mut dyn Mountable<Dom>) -> bool {
true
false
}
}

View File

@ -182,6 +182,6 @@ impl Mountable<Dom> for HtmlViewState {
}
fn insert_before_this(&self, _child: &mut dyn Mountable<Dom>) -> bool {
true
false
}
}