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:
parent
f03c1e0554
commit
0856fb4570
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue