Skip to content

Commit

Permalink
🐺
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzwarte committed May 3, 2024
1 parent ef2801f commit cc070d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/tree/src/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ export class Tree<T = any> extends ScopedElementsMixin(LitElement) {
return html`
<sl-tree-node
@sl-toggle=${() => this.#onToggle(dataNode)}
?expanded=${expanded}
?expandable=${expandable}
?expanded=${expanded}
?selectable=${!!this.selects}
.level=${level}
>
Expand Down

0 comments on commit cc070d5

Please sign in to comment.