enhance: disable tooltip on mobile

pull/3547/head
Tienson Qin 2021-12-22 16:54:16 +08:00
parent 672f181a92
commit 6b45277229
1 changed files with 1 additions and 1 deletions

View File

@ -1238,7 +1238,7 @@
(defn enable-tooltip?
[]
(if (util/mobile?)
(if (or (util/mobile?) (mobile-util/is-native-platform?))
false
(get (get (sub-config) (get-current-repo))
:ui/enable-tooltip?