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