Merge branch 'master' into feat/cmdk

This commit is contained in:
Ben Yorke
2023-10-16 21:02:12 +02:00
124 changed files with 3111 additions and 1793 deletions

View File

@@ -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))