mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
improve(ui): just make block fold-arrow enabled for mobile platform
This commit is contained in:
@@ -572,7 +572,7 @@ Similar to re-frame subscriptions"
|
||||
(defn enable-fold-button-right?
|
||||
[]
|
||||
(let [_ (sub :ui/viewport)]
|
||||
(and (not (util/electron?))
|
||||
(and (util/mobile?)
|
||||
(util/sm-breakpoint?))))
|
||||
|
||||
(defn enable-journals?
|
||||
|
||||
Reference in New Issue
Block a user