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()
|
event_loop.close()
|
||||||
|
|
||||||
async def _on_css_change(self) -> None:
|
async def _on_css_change(self) -> None:
|
||||||
|
"""Called when the CSS changes (if watch_css is True)."""
|
||||||
if self.css_file is not None:
|
if self.css_file is not None:
|
||||||
stylesheet = Stylesheet(variables=self.get_css_variables())
|
stylesheet = Stylesheet(variables=self.get_css_variables())
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user