fix css reload

This commit is contained in:
Will McGugan
2022-04-29 10:20:32 +01:00
parent ee82f28407
commit 233c2c4075
9 changed files with 87 additions and 70 deletions

View File

@@ -37,7 +37,7 @@ class BasicApp(App):
await self.dispatch_key(event)
def action_quit(self):
self.panic(self.screen.tree)
self.panic(self.app.tree)
def action_dump(self):
self.panic(str(self.app.registry))