This commit is contained in:
Dmitry Vasilev
2024-02-12 12:12:03 +08:00
parent 56ea920eca
commit 92a00bbc3d
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@
cursor: pointer;
display: inline-block;
}
.call_el .expand_icon {
.call_el .expand_icon, .call_el .expand_icon_placeholder {
padding-left: 5px;
padding-right: 2px;
}

View File

@@ -87,7 +87,7 @@ export class CallTree {
click: e => this.on_click_node(e, n.id),
},
!is_expandable(n)
? '\xa0'
? el('span', 'expand_icon_placeholder', '\xa0')
: el('span', 'expand_icon', is_expanded ? '▼' : '▶'),
n.toplevel
? el('span', '',