mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
header fixes, and lazy queries
This commit is contained in:
@@ -164,7 +164,7 @@ class AppTest(App):
|
||||
screen.refresh(repaint=repaint, layout=layout)
|
||||
# We also have to make sure we have at least one dirty widget, or `screen._on_update()` will early return:
|
||||
screen._dirty_widgets.add(screen)
|
||||
screen._on_update()
|
||||
screen._on_timer_update()
|
||||
|
||||
await let_asyncio_process_some_events()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user