mirror of
https://github.com/typst/typst
synced 2025-05-16 18:15:29 +08:00
a dangerous missing plus
This commit is contained in:
parent
553bf2476e
commit
fe957e804a
@ -388,7 +388,7 @@ impl<'a> GridLayouter<'a> {
|
||||
if !short_lived {
|
||||
self.header_height += header_height;
|
||||
if matches!(header, Repeatable::Repeated(_)) {
|
||||
self.repeating_header_height = header_height;
|
||||
self.repeating_header_height += header_height;
|
||||
self.repeating_header_heights.push(header_height);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user