Skip to content

Commit

Permalink
fix #786
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Oct 30, 2024
1 parent 0801320 commit 2d1708e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/view/preheat-a-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function preheatANode(aNode, componentInstance) {
props: props,
events: aNode.events,
tagName: aNode.tagName,
attrs: aNode.attrs,
vars: aNode.vars,
directives: aNode.directives,
_ht: true,
Expand All @@ -196,6 +197,7 @@ function preheatANode(aNode, componentInstance) {
props: props,
events: aNode.events,
tagName: aNode.tagName,
attrs: aNode.attrs,
vars: aNode.vars,
directives: aNode.directives,
_ht: true,
Expand All @@ -217,6 +219,7 @@ function preheatANode(aNode, componentInstance) {
props: props,
events: aNode.events,
tagName: aNode.tagName,
attrs: aNode.attrs,
vars: aNode.vars,
directives: aNode.directives,
_ht: true,
Expand Down

0 comments on commit 2d1708e

Please sign in to comment.