ui: fix velement applychanges
This commit is contained in:
parent
160370f45e
commit
69b8e2e774
1 changed files with 0 additions and 1 deletions
|
|
@ -257,7 +257,6 @@ export class VElement extends VParent<Element> {
|
|||
|
||||
applyChanges() {
|
||||
this.prioritized && this.applyPrioritizedChanges();
|
||||
this.node.data = this.data;
|
||||
this.applyAttributeChanges();
|
||||
super.applyChanges();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue