diff --git a/src/main/frontend/mobile/mobile_bar.cljs b/src/main/frontend/mobile/mobile_bar.cljs index 75931c4fbd..139bdc1223 100644 --- a/src/main/frontend/mobile/mobile_bar.cljs +++ b/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"})]])))