fix(core): update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user