Skip to content

Commit

Permalink
fix: allow edit icon:: property
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf authored and cnrpman committed Jul 15, 2022
1 parent a0087d7 commit 5f74ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/graph-parser/src/logseq/graph_parser/property.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#{:id :custom-id :background-color :background_color :heading :collapsed
:created-at :updated-at :last-modified-at :created_at :last_modified_at
:query-table :query-properties :query-sort-by :query-sort-desc :ls-type
:hl-type :hl-page :hl-stamp :icon :filters :file-path}
:hl-type :hl-page :hl-stamp :filters :file-path}
(set (map keyword markers))
@built-in-extended-properties))

Expand Down

0 comments on commit 5f74ba6

Please sign in to comment.