mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix: order list
This commit is contained in:
@@ -20,5 +20,6 @@
|
||||
(defn get-property
|
||||
"Get the value of block's property `key`"
|
||||
[block key]
|
||||
(when-let [properties (:block/properties block)]
|
||||
(lookup properties key)))
|
||||
(let [block (db/entity (:db/id block))]
|
||||
(when-let [properties (:block/properties block)]
|
||||
(lookup properties key))))
|
||||
|
||||
Reference in New Issue
Block a user