mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
Merge branch 'master' into feat/cmdk
This commit is contained in:
@@ -1899,6 +1899,10 @@ Similar to re-frame subscriptions"
|
||||
(when (or (util/mobile?) (mobile-util/native-platform?))
|
||||
(set-state! :mobile/show-action-bar? false)))))))))
|
||||
|
||||
(defn action-bar-open?
|
||||
[]
|
||||
(:mobile/show-action-bar? @state))
|
||||
|
||||
(defn remove-watch-state [key]
|
||||
(remove-watch state key))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user