fix: block size when there's only #

pull/3949/head
Tienson Qin 2022-01-19 23:43:54 +08:00
parent 8d4f44a326
commit 0ea62d4289
1 changed files with 1 additions and 1 deletions

View File

@ -2266,7 +2266,7 @@
(dnd-separator-wrapper block block-id slide? true false))
[:div.flex.flex-row.pr-2
{:class (if heading? "items-baseline" "")
{:class (if (and heading? (seq (:block/title block))) "items-baseline" "")
:on-mouse-over (fn [e]
(block-mouse-over uuid e *control-show? block-id doc-mode?))
:on-mouse-leave (fn [e]