mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
comment
This commit is contained in:
@@ -323,7 +323,7 @@ class App(DOMNode):
|
||||
event_loop.close()
|
||||
|
||||
async def _on_css_change(self) -> None:
|
||||
|
||||
"""Called when the CSS changes (if watch_css is True)."""
|
||||
if self.css_file is not None:
|
||||
stylesheet = Stylesheet(variables=self.get_css_variables())
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user