mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 21:24:21 +00:00
Fix #8334 to at least revert back to previous behavior
This commit is contained in:
committed by
Tienson Qin
parent
dded4be84b
commit
daba5ae1b8
@@ -170,7 +170,9 @@
|
||||
[:string (when-let [updated-at (:block/updated-at item)]
|
||||
(date/int->local-time-2 updated-at))]
|
||||
|
||||
[:string (get-in item [:block/properties-text-values column])])]
|
||||
[:string (or (get-in item [:block/properties-text-values column])
|
||||
;; Fallback to property relationships for page blocks
|
||||
(get-in item [:block/properties column]))])]
|
||||
[:td.whitespace-nowrap {:on-mouse-down (fn [] (reset! select? false))
|
||||
:on-mouse-move (fn [] (reset! select? true))
|
||||
:on-mouse-up (fn []
|
||||
|
||||
Reference in New Issue
Block a user