Kaynağa Gözat

don't collapse left sidebar when editing

leizhe 3 yıl önce
ebeveyn
işleme
10a760c82e
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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)]