mirror of
https://github.com/typst/typst
synced 2025-07-02 02:02:53 +08:00
fix non stopping footer
This commit is contained in:
parent
75403f86a9
commit
fbb0306ebc
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user