ui: fix velement applychanges

This commit is contained in:
nick-delirium 2025-04-28 10:38:03 +02:00 committed by Delirium
parent 9e20a49128
commit 13dbb60d8b

View file

@ -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();
} }