fix(outline): remove `here()` location paramter at src/pages/outline.typ:16:16 due to "calling `query` with a location is deprecated"

This commit is contained in:
Sven Vogel 2024-11-20 10:02:25 +01:00
parent f03c1e0554
commit 0856fb4570
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#let render_filtered_outline(title: str, kind: selector) = (
context {
let elems = query(figure.where(kind: kind), here())
let elems = query(figure.where(kind: kind))
let count = elems.len()
show outline.entry: it => {