mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
enhance(mobile): disable tooltip on mobile
This commit is contained in:
@@ -1149,9 +1149,11 @@
|
||||
|
||||
(defn enable-tooltip?
|
||||
[]
|
||||
(get (get (sub-config) (get-current-repo))
|
||||
:ui/enable-tooltip?
|
||||
true))
|
||||
(if (util/mobile?)
|
||||
false
|
||||
(get (get (sub-config) (get-current-repo))
|
||||
:ui/enable-tooltip?
|
||||
true)))
|
||||
|
||||
(defn show-command-doc?
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user