mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: wrong mobile event
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
(when-not config/publishing?
|
||||
(shui/button {:size :sm :variant :ghost
|
||||
:on-click (fn []
|
||||
(if (util/mobile?)
|
||||
(if (util/capacitor?)
|
||||
(state/pub-event! [:mobile/set-tab "graphs"])
|
||||
(route-handler/redirect-to-all-graphs)))}
|
||||
(shui/tabler-icon "layout-2") [:span (t :all-graphs)]))])
|
||||
|
||||
Reference in New Issue
Block a user