mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
type fix
This commit is contained in:
@@ -1477,7 +1477,7 @@ class Widget(DOMNode):
|
||||
async def broker_event(self, event_name: str, event: events.Event) -> bool:
|
||||
return await self.app._broker_event(event_name, event, default_namespace=self)
|
||||
|
||||
def _on_syles_updated(self) -> None:
|
||||
def _on_styles_updated(self) -> None:
|
||||
self._rich_style_cache.clear()
|
||||
|
||||
async def _on_mouse_down(self, event: events.MouseUp) -> None:
|
||||
|
||||
Reference in New Issue
Block a user