We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e5118 commit 5e9381eCopy full SHA for 5e9381e
src/textual/widgets/_static.py
@@ -66,7 +66,7 @@ def visual(self) -> Visual:
66
67
@property
68
def content(self) -> VisualType:
69
- """The content set in the constructor."""
+ """The original content set in the constructor."""
70
return self._content
71
72
@content.setter
0 commit comments