Browse Source

fix(mobile): not showing hide keyboard button

Introduced #8201
Andelf 3 năm trước cách đây
mục cha
commit
73d0c3efa0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"})]])))