mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
message_ to handle_
This commit is contained in:
@@ -45,7 +45,7 @@ class MyApp(App):
|
||||
)
|
||||
await self.view.dock(self.body, edge="top")
|
||||
|
||||
async def message_file_click(self, message: FileClick) -> None:
|
||||
async def handle_file_click(self, message: FileClick) -> None:
|
||||
"""A message sent by the directory tree when a file is clicked."""
|
||||
|
||||
syntax: RenderableType
|
||||
|
||||
Reference in New Issue
Block a user