Display full property value in tables - fix #8227

This commit is contained in:
Gabriel Horner
2023-01-10 14:55:38 -05:00
committed by Andelf
parent d36b06b171
commit a72f5ef0a5

View File

@@ -170,7 +170,7 @@
[:string (when-let [updated-at (:block/updated-at item)]
(date/int->local-time-2 updated-at))]
[:string (get-in item [:block/properties column])])]
[:string (get-in item [:block/properties-text-values column])])]
[:td.whitespace-nowrap {:on-mouse-down (fn [] (reset! select? false))
:on-mouse-move (fn [] (reset! select? true))
:on-mouse-up (fn []