Skip to content

Commit

Permalink
🐛 Add workaround for Textualize/textual#5431
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Dec 25, 2024
1 parent 832f2d2 commit b2f8aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/braindrop/app/widgets/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def watch_tags_by_count(self) -> None:
def watch_active_collection(self) -> None:
"""React to the currently-active collection being changed."""
self._show_tags_for(self.active_collection)
self._refresh_lines() # https://github.com/Textualize/textual/issues/5431

@on(OptionList.OptionSelected)
def _collection_selected(self, message: OptionList.OptionSelected) -> None:
Expand Down

0 comments on commit b2f8aa3

Please sign in to comment.