We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e9a99 commit 3123746Copy full SHA for 3123746
src/textual/getters.py
@@ -113,7 +113,7 @@ class child_by_id(Generic[QueryType]):
113
class MyScreen(screen):
114
115
# Note this is at the class level
116
- output_log = getters.child_by_id("#output", RichLog)
+ output_log = getters.child_by_id("output", RichLog)
117
118
def compose(self) -> ComposeResult:
119
yield RichLog(id="output")
0 commit comments