mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix mouse mode
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user