mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
fix wrong region skipping
This commit is contained in:
parent
4a83d05625
commit
f81560af47
@ -350,7 +350,7 @@ impl<'a> GridLayouter<'a> {
|
|||||||
// Note that, after the first region skip, the new headers will go
|
// Note that, after the first region skip, the new headers will go
|
||||||
// at the top of the region, but after the repeating headers that
|
// at the top of the region, but after the repeating headers that
|
||||||
// remained (which will be automatically placed in 'finish_region').
|
// remained (which will be automatically placed in 'finish_region').
|
||||||
self.finish_region(engine, true)?;
|
self.finish_region(engine, false)?;
|
||||||
skipped_region = true;
|
skipped_region = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user