mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fix: whiteboard e2e tests
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
(defn get-property
|
||||
"Get the value of block's property `key`"
|
||||
[block key]
|
||||
(let [block (db/entity (:db/id block))]
|
||||
(let [block (or (db/entity (:db/id block)) block)]
|
||||
(when-let [properties (:block/properties block)]
|
||||
(lookup properties key))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user