This commit is contained in:
Niels Lyngsø
2023-05-24 13:02:26 +02:00
parent a4b26d7972
commit 3bc694058e

View File

@@ -127,19 +127,6 @@ export class UmbTreeItemBaseElement extends UmbLitElement {
.label=${this._item.name}>
</umb-entity-actions-bundle>`
: '';
/*
return html`
${this._hasActions
? html`
<uui-action-bar slot="actions">
<uui-button @click=${this._openActions} label="Open actions menu">
<uui-symbol-more></uui-symbol-more>
</uui-button>
</uui-action-bar>
`
: nothing}
`;
*/
}
#renderChildItems() {