Skip to content

Commit

Permalink
feat: collapse gv-tree by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdiw committed Jan 29, 2024
1 parent 697c2d9 commit 4b0cc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecules/gv-tree/gv-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class GvTree extends LitElement {

constructor() {
super();
this.closed = false;
this.closed = true;
}

_onSelect(menuItem, e) {
Expand Down

0 comments on commit 4b0cc38

Please sign in to comment.