fix: can't edit on iOS

This commit is contained in:
Tienson Qin
2021-03-31 16:30:17 +08:00
parent 8ce2dfc55f
commit b2b5acb6f1
3 changed files with 26 additions and 12 deletions

View File

@@ -37,7 +37,7 @@
#?(:cljs
(defn ios?
[]
(not (nil? (re-find #"iPad|iPhone|iPod" js/navigator.userAgent)))))
(utils/ios)))
#?(:cljs
(defn safari?