Browse Source

fix: macro file graph properties are undeclared

Looks like we forgot to do this when we brought them back in
ac31842cecdfab1eac4bac1f3b49f74aee00aa71
Gabriel Horner 5 months ago
parent
commit
65640ed885
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/graph-parser/src/logseq/graph_parser/property.cljs

+ 1 - 1
deps/graph-parser/src/logseq/graph_parser/property.cljs

@@ -66,7 +66,7 @@
      :id :background-color :heading :collapsed
      :created-at :updated-at :last-modified-at
      :query-table :query-properties :query-sort-by :query-sort-desc :ls-type
-     :hl-type :hl-page :hl-stamp :hl-color :hl-value
+     :hl-type :hl-page :hl-stamp :hl-color :hl-value :logseq.macro-name :logseq.macro-arguments
      :logseq.order-list-type :logseq.tldraw.page :logseq.tldraw.shape
      ; task markers
      :todo :doing :now :later :done}