fix non stopping footer

This commit is contained in:
PgBiel 2025-04-06 04:35:42 -03:00
parent 75403f86a9
commit fbb0306ebc

View File

@ -246,6 +246,7 @@ impl<'a> GridLayouter<'a> {
self.layout_footer(footer, engine, self.finished.len())?; self.layout_footer(footer, engine, self.finished.len())?;
self.flush_pending_headers(); self.flush_pending_headers();
} }
y = footer.end;
continue; continue;
} }
} }