Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update morphlite.js

-1
-1
dist/morphlite.js
··· 49 49 else if (childB) 50 50 from.appendChild(childB.cloneNode(true)); 51 51 } 52 - console.log("Got here ", from.childNodes.length, to.childNodes.length, from.childNodes[0]); 53 52 while (from.childNodes.length > to.childNodes.length) 54 53 (_a = from.lastChild) === null || _a === void 0 ? void 0 : _a.remove(); 55 54 }