From bd7e403a6d9fc1de03c26b37a867a402584ce2ac Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:30:25 -0300 Subject: [PATCH] fix last repeating footers not being pushed --- crates/typst-library/src/layout/grid/resolve.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/typst-library/src/layout/grid/resolve.rs b/crates/typst-library/src/layout/grid/resolve.rs index 7b4130b44..9738ed73d 100644 --- a/crates/typst-library/src/layout/grid/resolve.rs +++ b/crates/typst-library/src/layout/grid/resolve.rs @@ -2441,6 +2441,8 @@ fn simulate_footer_repetition(footers: &[Repeatable