mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
a footer todo
This commit is contained in:
parent
1301b901b7
commit
f21dc8b7e2
@ -357,6 +357,10 @@ impl<'a> GridLayouter<'a> {
|
|||||||
skipped_region = true;
|
skipped_region = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Consider resetting header height etc. if we skip region.
|
||||||
|
// That is unnecessary at the moment as 'prepare_footers' is only
|
||||||
|
// called at the start of the region, but what about when we can have
|
||||||
|
// footers in the middle of the region? Let's think about this then.
|
||||||
self.footer_height = if skipped_region {
|
self.footer_height = if skipped_region {
|
||||||
// Simulate the footer again; the region's 'full' might have
|
// Simulate the footer again; the region's 'full' might have
|
||||||
// changed.
|
// changed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user