Skip to content

Commit

Permalink
fix(examples): tree toggle example state
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Aug 21, 2024
1 parent bb3e339 commit 7ecfa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tree/toggle/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func main() {
EnumeratorStyle(s.enumerator).
Child(
dir{"ayman", false, s},
tree.Root(dir{"bash", false, s}).
tree.Root(dir{"bash", true, s}).
Child(
tree.Root(dir{"tools", true, s}).
Child(
Expand Down

0 comments on commit 7ecfa09

Please sign in to comment.