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 9c3f750 commit a7dd451Copy full SHA for a7dd451
src/textual/_node_list.py
@@ -75,8 +75,6 @@ def updated(self) -> None:
75
"""Mark the nodes as having been updated."""
76
self._updates += 1
77
node = None if self._parent is None else self._parent()
78
- if node is None:
79
- return
80
while node is not None and (node := node._parent) is not None:
81
node._nodes._updates += 1
82
0 commit comments