mirror of
https://github.com/typst/typst
synced 2025-05-21 04:25:28 +08:00
adjust Current visibility
This commit is contained in:
parent
5e572a56f3
commit
af0c27cb98
@ -72,7 +72,7 @@ pub struct GridLayouter<'a> {
|
||||
|
||||
/// Grid layout state for the current region. This should be reset or updated
|
||||
/// on each region break.
|
||||
pub struct Current {
|
||||
pub(super) struct Current {
|
||||
/// The initial size of the current region before we started subtracting.
|
||||
pub(super) initial: Size,
|
||||
/// The amount of repeated header rows at the start of the current region.
|
||||
|
Loading…
x
Reference in New Issue
Block a user