mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
superfluous space
This commit is contained in:
@@ -632,7 +632,6 @@ class Compositor:
|
||||
update_regions: set[Region] = set()
|
||||
else:
|
||||
update_regions = self._dirty_regions.copy()
|
||||
|
||||
if screen_region in update_regions:
|
||||
# If one of the updates is the entire screen, then we only need one update
|
||||
full = True
|
||||
|
||||
Reference in New Issue
Block a user