Ensure we dont overwrite style object injected into render

This commit is contained in:
Darren Burns
2022-05-10 09:55:04 +01:00
parent cc483e71b7
commit 2425ba260f
3 changed files with 14 additions and 8 deletions

View File

@@ -145,4 +145,5 @@ class BasicApp(App):
self.mount(example.widget)
BasicApp.run(css_path="tabs.scss", watch_css=True, log_path="textual.log")
app = BasicApp(css_path="tabs.scss", watch_css=True, log_path="textual.log")
app.run()