fix mouse mode

This commit is contained in:
Will McGugan
2021-07-17 09:08:57 +01:00
parent 412af9d94e
commit 80e1a140c4
26 changed files with 334 additions and 219 deletions

View File

@@ -1,6 +1,3 @@
import logging
from logging import FileHandler
from rich.markdown import Markdown
from textual import events
@@ -41,4 +38,4 @@ class MyApp(App):
await self.call_later(get_markdown, "richreadme.md")
MyApp.run(title="Simple App")
MyApp.run(title="Simple App", log="textual.log")