fix: show bullet for block property value even if it's empty

This commit is contained in:
Tienson Qin
2025-03-08 13:30:37 +08:00
parent 19475a34f6
commit 3138180a60

View File

@@ -2162,7 +2162,8 @@
(not edit?)
(not (:block.temp/top? block))
(not (:block.temp/bottom? block))
(not (util/react *control-show?)))
(not (util/react *control-show?))
(not (:logseq.property/created-from-property block)))
(and doc-mode?
(not collapsed?)
(not (util/react *control-show?))))