mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix comment typo
I typo. Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -1180,7 +1180,7 @@ class Widget(DOMNode):
|
||||
@property
|
||||
def _self_or_ancestors_disabled(self) -> bool:
|
||||
"""Is this widget or any of its ancestors disabled?"""
|
||||
# NOTE: Please see the copy of this code in get_pseudo_classes. I
|
||||
# NOTE: Please see the copy of this code in get_pseudo_classes. If
|
||||
# you change this, change that too.
|
||||
return any(
|
||||
node.disabled
|
||||
|
||||
Reference in New Issue
Block a user