fix: morphdom check added in merge

This commit is contained in:
dpiercey 2024-03-04 09:26:00 -07:00
parent 08ea90ce3e
commit 9ce5b2606b
No known key found for this signature in database
GPG Key ID: 8A959D84C57B3CE5

View File

@ -87,7 +87,7 @@ function morphdom(fromNode, toNode, host, componentsContext) {
] = realNode;
}
if (vNode.___nodeName !== "textarea" && !vNode.___ignoreChildren) {
if (vNode.___nodeName !== "textarea") {
morphChildren(realNode, vNode, parentComponent);
}