mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
whitespace
This commit is contained in:
@@ -2767,11 +2767,9 @@ class App(Generic[ReturnType], DOMNode):
|
||||
message_pump = self.app
|
||||
|
||||
next_screen._push_result_callback(message_pump, callback, future)
|
||||
|
||||
self._load_screen_css(next_screen)
|
||||
next_screen._update_auto_focus()
|
||||
self._screen_stack.append(next_screen)
|
||||
|
||||
next_screen.post_message(events.ScreenResume())
|
||||
self.log.system(f"{self.screen} is current (PUSHED)")
|
||||
if wait_for_dismiss:
|
||||
|
||||
Reference in New Issue
Block a user