mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
restore layout flag
This commit is contained in:
@@ -86,7 +86,7 @@ class Static(Widget):
|
||||
"""
|
||||
return self._renderable
|
||||
|
||||
def update(self, renderable: RenderableType = "", *, layout: bool = False) -> None:
|
||||
def update(self, renderable: RenderableType = "", *, layout: bool = True) -> None:
|
||||
"""Update the widget's content area with new text or Rich renderable.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user