mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix(whiteboard): do not show the default mobile footer for whiteboard
This commit is contained in:
@@ -50,7 +50,8 @@
|
||||
|
||||
(rum/defc footer < rum/reactive
|
||||
[]
|
||||
(when (and (not (state/sub :editor/editing?))
|
||||
(when (and (#{:page :home} (state/sub [:route-match :data :name]))
|
||||
(not (state/sub :editor/editing?))
|
||||
(state/sub :mobile/show-tabbar?)
|
||||
(state/get-current-repo))
|
||||
[:div.cp__footer.w-full.bottom-0.justify-between
|
||||
|
||||
Reference in New Issue
Block a user