-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingintrospectionRelated to introspection.Related to introspection.regressionSomething that did work before stopped working.Something that did work before stopped working.
Description
Description
Wrong state calculation with grids spanning multiple pages:
#set page(paper: "a10")
#let st = state("st", 0)
#let fn() = {
st.update(i => i + 1)
lorem(11)
st.update(i => i - 1)
}
#grid(fn())
#fn()
Result: #context st.get()Note that changing grid to block yields correct 0.13.1 behaviour.
Reproduction URL
Operating system
Web app
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingintrospectionRelated to introspection.Related to introspection.regressionSomething that did work before stopped working.Something that did work before stopped working.

