mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove comments
This commit is contained in:
@@ -4220,12 +4220,6 @@ class Widget(DOMNode):
|
||||
if layout and not self._layout_required:
|
||||
self._layout_required = True
|
||||
self._layout_updates += 1
|
||||
# for ancestor in self.ancestors:
|
||||
# if not isinstance(ancestor, Widget):
|
||||
# break
|
||||
# ancestor._clear_arrangement_cache()
|
||||
# if not ancestor.styles.auto_dimensions:
|
||||
# break
|
||||
|
||||
if recompose:
|
||||
self._recompose_required = True
|
||||
|
||||
Reference in New Issue
Block a user