-
Couldn't load subscription status.
- Fork 60
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
When entering the following code in the browser console:
console.group("Group Name");
console.group("Group Name1");
console.group("Group Name2");
console.group("Group Name3");
console.log("Text 11");
console.log("Text 12");
console.groupEnd();
console.groupEnd();
console.groupEnd();
console.groupEnd();The hierarchical log is displayed correctly.
However:
Clicking the triangle arrow on the left of Group Name3 successfully collapses the group. [Good]
Clicking the triangle arrow on the left of Group Name2 causes the downward-pointing arrow to change to a right-pointing arrow, but the content does not actually collapse. [NG]

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working