Explorar o código

fix(mobile): not showing hide keyboard button

Introduced #8201
Andelf %!s(int64=2) %!d(string=hai) anos
pai
achega
73d0c3efa0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/frontend/mobile/mobile_bar.cljs

+ 1 - 1
src/main/frontend/mobile/mobile_bar.cljs

@@ -99,4 +99,4 @@
         (for [command commands]
           command)]
        [:div.toolbar-hide-keyboard
-        (command #(state/clear-edit!) "keyboard-show")]])))
+        (command #(state/clear-edit!) {:icon "keyboard-show"})]])))