mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
committed by
GitHub
parent
4b23539bee
commit
34b926ed3b
@@ -522,7 +522,7 @@ class DOMNode(MessagePump):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def visible(self) -> bool:
|
def visible(self) -> bool:
|
||||||
"""Is the DOM node visible?"""
|
"""Is the visibility style set to a visible state?"""
|
||||||
return self.styles.visibility != "hidden"
|
return self.styles.visibility != "hidden"
|
||||||
|
|
||||||
@visible.setter
|
@visible.setter
|
||||||
|
|||||||
Reference in New Issue
Block a user