[FIX] blockdom: fix VHtml patching not setting its html correctly

This commit is contained in:
Samuel Degueldre
2022-01-24 09:06:29 +01:00
committed by Aaron Bohy
parent 753d82149e
commit 1e8576ad40
3 changed files with 42 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ class VHtml {
// remove current content
this.remove();
this.content = content;
this.html = other.html;
}
}