mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
Some cleanup suggested by Gabe
This commit is contained in:
@@ -1916,7 +1916,6 @@
|
||||
;; because :block/properties value only contains refs but user wants to see text
|
||||
property-separated-by-commas? (text/separated-by-commas? (state/get-config) k)
|
||||
v (if (and (coll? value) (seq value)
|
||||
(not (contains? gp-property/editable-linkable-built-in-properties k))
|
||||
(not property-separated-by-commas?))
|
||||
(gp-property/property-value-from-content (name k) (:block/content block))
|
||||
value)
|
||||
|
||||
Reference in New Issue
Block a user