added char attribute to Text event

This commit is contained in:
Will McGugan
2022-09-04 11:02:24 +01:00
parent 1cc52bc913
commit b271ca7c2f
10 changed files with 72 additions and 29 deletions

View File

@@ -62,7 +62,7 @@ class FileSearchApp(App):
self.file_table.filter = event.value
app = FileSearchApp(log_path="textual.log", css_path="file_search.scss", watch_css=True)
app = FileSearchApp(css_path="file_search.scss", watch_css=True)
if __name__ == "__main__":
result = app.run()