Browse Source

fix: is-native-platform? moved to native-platform?

Tienson Qin 3 năm trước cách đây
mục cha
commit
73400e6a52
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/frontend/extensions/draw.cljs

+ 1 - 1
src/main/frontend/extensions/draw.cljs

@@ -68,5 +68,5 @@
     (when-not (and (config/local-db? repo)
                    (not granted?)
                    (not (util/electron?))
-                   (not (mobile-util/is-native-platform?)))
+                   (not (mobile-util/native-platform?)))
       (draw-container option draw-inner))))