mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
Linkable built in props are not rich props - fix #6589
This commit is contained in:
@@ -1917,7 +1917,9 @@
|
||||
user-config (state/get-config)
|
||||
;; In this mode and when value is a set of refs, display full property text
|
||||
;; because :block/properties value only contains refs but user wants to see text
|
||||
v (if (and (:rich-property-values? user-config) (coll? value))
|
||||
v (if (and (:rich-property-values? user-config)
|
||||
(coll? value)
|
||||
(not (contains? gp-property/editable-linkable-built-in-properties k)))
|
||||
(gp-property/property-value-from-content (name k) (:block/content block))
|
||||
value)
|
||||
property-pages-enabled? (contains? #{true nil} (:property-pages/enabled? user-config))]
|
||||
|
||||
Reference in New Issue
Block a user