mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: macros not rendering in property value and views
fixed https://github.com/logseq/db-test/issues/151 fixed https://github.com/logseq/db-test/issues/388
This commit is contained in:
@@ -1035,6 +1035,7 @@
|
||||
(blocks-container config (ldb/sort-by-order value-block))
|
||||
(rum/with-key
|
||||
(block-container (assoc config
|
||||
:block/uuid (:block/uuid value-block)
|
||||
:property-default-value? default-value?) value-block)
|
||||
(str (:db/id block) "-" (:db/id property) "-" (:db/id value-block)))))]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user