mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
refactor of compositor
This commit is contained in:
@@ -15,7 +15,7 @@ class MyApp(App):
|
||||
|
||||
self.body = body = ScrollView(auto_width=True)
|
||||
|
||||
await self.view.dock(body)
|
||||
await self.screen.dock(body)
|
||||
|
||||
async def add_content():
|
||||
table = Table(title="Demo")
|
||||
|
||||
Reference in New Issue
Block a user