mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: show bullet for block property value even if it's empty
This commit is contained in:
@@ -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?))))
|
||||
|
||||
Reference in New Issue
Block a user