We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d739ca3 commit 43d114cCopy full SHA for 43d114c
src/ecma-debugger/dominspection/templates.js
@@ -357,7 +357,8 @@
357
current_depth = node[DEPTH];
358
children_length = node[CHILDREN_LENGTH];
359
is_expandable = children_length || (show_pseudo_elements &&
360
- node[PSEUDO_ELEMENT_LIST]);
+ node[PSEUDO_ELEMENT_LIST] &&
361
+ node[PSEUDO_ELEMENT_LIST].length);
362
child_pointer = 0;
363
364
if (force_lower_case && disregard_force_lower_case(node))
0 commit comments