Description
Generally, when there's only one child tab, I just want to close the parent rather than replace it with a group. To me, it doesn't make sense to trigger when there's only one child tab.
When closing parent in this structure:
Root\Parent\Single child
I would expect it to change to:
Root\Single child
But the current behavior is:
Root\Group\Single child
...and it adds an unnecessary extra click to close the group.