added old value to watch

This commit is contained in:
Will McGugan
2021-07-30 08:59:56 +01:00
parent 72b3b58ef5
commit 8bdbfffe71
4 changed files with 29 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ class MyApp(App):
await self.view.dock(
ScrollView(self.directory), edge="left", size=32, name="sidebar"
)
await self.view.dock(self.body, edge="right")
await self.view.dock(self.body, edge="top")
async def message_file_click(self, message: FileClick) -> None:
syntax = Syntax.from_path(