mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
fix: page closed value crashing at beginning of block
This commit is contained in:
@@ -2320,7 +2320,7 @@
|
||||
[:div.closed-values-properties.flex.flex-row.items-center.gap-1.select-none.h-full
|
||||
(for [pid closed-values-properties]
|
||||
(when-let [property (db/entity [:block/uuid pid])]
|
||||
(pv/property-value block property (get (:block/properties block) pid) {:icon? true})))])))
|
||||
(pv/property-value block property (get (:block/properties block) pid) {:icon? true :page-cp page-cp})))])))
|
||||
|
||||
(rum/defc ^:large-vars/cleanup-todo block-content < rum/reactive
|
||||
[config {:block/keys [uuid content properties scheduled deadline format pre-block?] :as block} edit-input-id block-id slide? selected? *ref]
|
||||
|
||||
Reference in New Issue
Block a user