mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
event verbosity
This commit is contained in:
@@ -35,7 +35,7 @@ class GridTest(App):
|
||||
area3=Placeholder(name="area3"),
|
||||
area4=Placeholder(name="area4"),
|
||||
)
|
||||
await self.view.update_layout()
|
||||
self.view.refresh(layout=True)
|
||||
|
||||
|
||||
GridTest.run(title="Grid Test", log="textual.log")
|
||||
|
||||
Reference in New Issue
Block a user