fix(glossar): remove `here()` location paramter at src/glossarium.typ:32:4 due to "calling `state.final` with a location is deprecated"
This commit is contained in:
parent
d9e7d875d6
commit
f3ebfaf538
|
@ -34,7 +34,6 @@ SOFTWARE.*/
|
||||||
loc,
|
loc,
|
||||||
inclusive: false,
|
inclusive: false,
|
||||||
),
|
),
|
||||||
loc,
|
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
query(selector(label(__glossary_label_prefix + key)))
|
query(selector(label(__glossary_label_prefix + key)))
|
||||||
|
|
Loading…
Reference in New Issue