mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +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
|
||||
// at the top of the region, but after the repeating headers that
|
||||
// remained (which will be automatically placed in 'finish_region').
|
||||
self.finish_region(engine, true)?;
|
||||
self.finish_region(engine, false)?;
|
||||
skipped_region = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user