mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] blockdom: fix VHtml patching not setting its html correctly
This commit is contained in:
committed by
Aaron Bohy
parent
753d82149e
commit
1e8576ad40
@@ -61,6 +61,7 @@ class VHtml {
|
||||
// remove current content
|
||||
this.remove();
|
||||
this.content = content;
|
||||
this.html = other.html;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user