chore: avoid conflicts on commits

pull/7532/head
Tienson Qin 2022-11-30 21:39:06 +08:00
parent 4f0a7e3741
commit e19fc7da04
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@
(if fmt-journal? (date/journal-title->custom-format title) title))
old-name (or title page-name)]
[:h1.page-title.flex.cursor-pointer.gap-1.w-full
{:class (if whiteboard-page? "" "title")
{:class (when-not whiteboard-page? "title")
:on-mouse-down (fn [e]
(when (util/right-click? e)
(state/set-state! :page-title/context {:page page-name})))