fix(core): update

This commit is contained in:
2020-08-06 15:30:54 +00:00
parent 6e1dcccd81
commit e8191187a1
2 changed files with 29 additions and 29 deletions

View File

@@ -56,9 +56,6 @@ export function serializeFunction(rootNode) {
if (childNode.tagName === 'STYLE') {
childNode.textContent = prependCss(nodeUUID, childNode.textContent);
} else {
if (nodeArg.tagName?.includes('ARTICLEGRID')) {
console.log('hello ' + childNode.id);
}
serializeNode(childNode, logThis);
}
noteForAppending.push(childNode);