mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstring
This commit is contained in:
@@ -1508,7 +1508,7 @@ class App(Generic[ReturnType], DOMNode):
|
||||
"""Focus the given widget.
|
||||
|
||||
Args:
|
||||
widget_id (str): _description_
|
||||
widget_id (str): ID of widget to focus.
|
||||
"""
|
||||
try:
|
||||
node = self.query(f"#{widget_id}").first()
|
||||
|
||||
Reference in New Issue
Block a user