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 60b8074 commit aced854Copy full SHA for aced854
src/textual/app.py
@@ -1959,6 +1959,7 @@ async def push_screen_wait(
1959
self, screen: Screen[ScreenResultType] | str
1960
) -> ScreenResultType | Any:
1961
"""Push a screen and wait for the result (received from [`Screen.dismiss`][textual.screen.Screen.dismiss]).
1962
+ Note that this should only be called when running in a worker.
1963
1964
Args:
1965
screen: A screen or the name of an installed screen.
0 commit comments