diff --git a/frontend/app/player/web/managers/DOM/VirtualDOM.ts b/frontend/app/player/web/managers/DOM/VirtualDOM.ts index daeb7fe4e..15ce85cf4 100644 --- a/frontend/app/player/web/managers/DOM/VirtualDOM.ts +++ b/frontend/app/player/web/managers/DOM/VirtualDOM.ts @@ -257,7 +257,6 @@ export class VElement extends VParent { applyChanges() { this.prioritized && this.applyPrioritizedChanges(); - this.node.data = this.data; this.applyAttributeChanges(); super.applyChanges(); }