Skip to content

Commit f7af710

Browse files
committed
fix snapshots
1 parent 27e92ff commit f7af710

File tree

353 files changed

+22638
-22640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+22638
-22640
lines changed

src/textual/_compositor.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1114,9 +1114,7 @@ def render_full_update(self, simplify: bool = False) -> LayoutUpdate:
11141114
crop = screen_region
11151115
chops = self._render_chops(crop, lambda y: True)
11161116
if simplify:
1117-
render_strips = [
1118-
Strip.join(chop.values()).discard_meta().simplify() for chop in chops
1119-
]
1117+
render_strips = [Strip.join(chop.values()).simplify() for chop in chops]
11201118
else:
11211119
render_strips = [Strip.join(chop.values()) for chop in chops]
11221120

tests/snapshot_tests/__snapshots__/test_snapshots/test_add_remove_tabs.svg

+61-61
Loading

tests/snapshot_tests/__snapshots__/test_snapshots/test_alignment_containers.svg

+62-62
Loading

tests/snapshot_tests/__snapshots__/test_snapshots/test_ansi.svg

+55-55
Loading

0 commit comments

Comments
 (0)