mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
fix css
This commit is contained in:
@@ -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', '',
|
||||
|
||||
Reference in New Issue
Block a user