Don't null out the baselines of anonymous tables (#31704)

This commit is contained in:
Oriol Brufau 2024-03-15 21:46:41 +01:00 committed by GitHub
parent d211cfc978
commit 82128d3838
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 0 additions and 63 deletions

View file

@ -1524,11 +1524,6 @@ impl<'a> TableLayout<'a> {
)));
}
if self.table.anonymous {
baselines.first = None;
baselines.last = None;
}
IndependentLayout {
fragments: table_fragments,
content_block_size: table_and_track_dimensions.table_rect.max_block_position(),