mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
enhance: display properties if there's no title or body in the block
This commit is contained in:
@@ -1912,7 +1912,7 @@
|
||||
(when (and (seq properties)
|
||||
(let [hidden? (property/properties-built-in? properties)]
|
||||
(not hidden?))
|
||||
(not block-ref?)
|
||||
(not (and block-ref? (or (seq title) (seq body))))
|
||||
(not (:slide? config)))
|
||||
(properties-cp config block))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user