mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: view-context :block not working for properties
This commit is contained in:
@@ -374,7 +374,7 @@
|
||||
(and page? (not (contains? types :page)))
|
||||
(conj :page)
|
||||
(empty? types)
|
||||
#{:block}))
|
||||
(conj :block)))
|
||||
exclude-properties (fn [m]
|
||||
(let [view-context (get m :logseq.property/view-context :all)]
|
||||
(or (contains? #{:logseq.property/query} (:db/ident m))
|
||||
|
||||
Reference in New Issue
Block a user