mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
comments, set_focus, and screen resize
This commit is contained in:
@@ -30,7 +30,7 @@ class CodeBrowser(App):
|
||||
|
||||
def watch_show_tree(self, show_tree: bool) -> None:
|
||||
"""Called when show_tree is modified."""
|
||||
self.set_class(show_tree, "-show-tree")
|
||||
self.set_class(show_tree, "-show-tree")
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
"""Compose our UI."""
|
||||
|
||||
Reference in New Issue
Block a user