فهرست منبع

fix(mobile): not showing hide keyboard button

Introduced #8201
Andelf 2 سال پیش
والد
کامیت
73d0c3efa0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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"})]])))