mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
fix: morphdom check added in merge
This commit is contained in:
parent
08ea90ce3e
commit
9ce5b2606b
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user