mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 04:34:14 +00:00
fix: don't show page title in whiteboard shape
This commit is contained in:
@@ -375,8 +375,9 @@
|
||||
:on-mouse-leave (fn [e]
|
||||
(page-mouse-leave e *control-show?))}
|
||||
(page-blocks-collapse-control title *control-show? *all-collapsed?)])
|
||||
[:div.flex-1.flex-row
|
||||
[:h1.title.ls-page-title (page-title page-name icon title format fmt-journal?)]]
|
||||
(when-not whiteboard?
|
||||
[:div.flex-1.flex-row
|
||||
[:h1.title.ls-page-title (page-title page-name icon title format fmt-journal?)]])
|
||||
(when (not config/publishing?)
|
||||
[:div.flex.flex-row
|
||||
(when plugin-handler/lsp-enabled?
|
||||
|
||||
Reference in New Issue
Block a user