Skip to content

Commit

Permalink
fixup! Merge pull request #1 from k4zuy/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspleyer committed Jun 3, 2024
1 parent fbfe16f commit 53ffd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes.typ
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
box-function(..r, height: dist)
// Else determine the end of the page
} else {
let pl = -state-poster-layout.at(loc)
let pl = _state-poster-layout.at(loc)
let (_, height) = pl.at("size")
let dist = height - m-loc.y - spacing
box-function(..r, height: dist)
Expand Down

0 comments on commit 53ffd49

Please sign in to comment.