ui: fix velement applychanges

This commit is contained in:
nick-delirium 2025-04-28 10:38:29 +02:00
parent 160370f45e
commit 69b8e2e774
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -257,7 +257,6 @@ export class VElement extends VParent<Element> {
applyChanges() {
this.prioritized && this.applyPrioritizedChanges();
this.node.data = this.data;
this.applyAttributeChanges();
super.applyChanges();
}