Show icons in the root node in sidebar treeviews.

This commit is contained in:
Jan Böhmer 2022-08-13 02:18:32 +02:00
parent 90da7d71b9
commit 18f41e14e6
4 changed files with 51 additions and 4 deletions

View file

@ -66,7 +66,7 @@ export default class extends Controller {
levels: 1,
showTags: this._showTags,
data: data,
showIcon: false,
showIcon: true,
onNodeSelected: (event) => {
const node = event.detail.node;
if (node.href) {