mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 22:49:53 +00:00
fix(ui): close left sidebar when create new page on mobile platform
This commit is contained in:
@@ -285,6 +285,7 @@
|
||||
(when-not config/publishing?
|
||||
[:a.item.group.flex.items-center.px-2.py-2.text-sm.font-medium.rounded-md
|
||||
{:on-click (fn []
|
||||
(and (util/mobile?) (state/toggle-left-sidebar!))
|
||||
(state/pub-event! [:go/search]))}
|
||||
(ui/icon "circle-plus mr-3" {:style {:font-size 20}})
|
||||
[:span.flex-1 (t :right-side-bar/new-page)]])]]]))))
|
||||
|
||||
Reference in New Issue
Block a user