nanomorph
Advanced tools
Comparing version
@@ -101,3 +101,7 @@ var assert = require('assert') | ||
} else if (!oldChild) { | ||
oldNode.appendChild(newChild) | ||
if (isProxy(newChild) && newChild.realNode) { | ||
oldNode.appendChild(newChild.realNode) | ||
} else { | ||
oldNode.appendChild(newChild) | ||
} | ||
offset++ | ||
@@ -104,0 +108,0 @@ |
{ | ||
"name": "nanomorph", | ||
"version": "6.0.0-beta1", | ||
"version": "6.0.0-beta2", | ||
"description": "Hyper fast diffing algorithm for real DOM nodes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
85023
0.15%2257
0.18%