Просмотр исходного кода

don't collapse left sidebar when editing

leizhe 3 лет назад
Родитель
Сommit
10a760c82e
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/main/frontend/mobile/core.cljs

+ 3 - 3
src/main/frontend/mobile/core.cljs

@@ -41,9 +41,9 @@
     ;; Keyboard watcher
     (.addListener Keyboard "keyboardWillShow"
                   #(state/pub-event! [:mobile/keyboard-will-show]))
-    (.addListener Keyboard "keyboardDidShow"
-                  #(state/pub-event! [:mobile/keyboard-did-show]))
-
+    ;; (.addListener Keyboard "keyboardDidShow"
+    ;;               #(state/pub-event! [:mobile/keyboard-did-show]))
+    
     (.addListener App "appStateChange"
                   (fn [^js state]
                     (when-let [repo (state/get-current-repo)]