mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix(mobile): pop to root shouldn't be running on ios
This commit is contained in:
@@ -111,7 +111,8 @@
|
||||
(cond
|
||||
reselected?
|
||||
(do
|
||||
(mobile-nav/pop-to-root! tab)
|
||||
(when (mobile-util/native-android?)
|
||||
(mobile-nav/pop-to-root! tab))
|
||||
(mobile-state/set-tab! tab)
|
||||
(when (= "home" tab)
|
||||
(util/scroll-to-top false)))
|
||||
|
||||
Reference in New Issue
Block a user