Skip to content

Commit

Permalink
fix collapsed in init
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJGooding committed Dec 13, 2023
1 parent fe91408 commit 86204fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widgets/_collapsible.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
self.collapsed_symbol = collapsed_symbol
self.expanded_symbol = expanded_symbol
self.label = label
self.collapse = collapsed
self.collapsed = collapsed

class Toggle(Message):
"""Request toggle."""
Expand Down

0 comments on commit 86204fa

Please sign in to comment.