Browse Source

don't collapse left sidebar when editing

leizhe 3 năm trước cách đây
mục cha
commit
10a760c82e

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

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