mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Dev: Log code input highlight
This commit is contained in:
@@ -192,7 +192,7 @@ function formatChildNodes(nodes)
|
||||
});
|
||||
continue;
|
||||
}
|
||||
if (child.nodeType === 1 || child.id !== 'eruda')
|
||||
if (child.nodeType === 1 && child.id !== 'eruda')
|
||||
{
|
||||
ret.push({
|
||||
text: formatElName(child.tagName, child.id, child.className, child.attributes),
|
||||
|
||||
Reference in New Issue
Block a user