From 73d0c3efa00cd68ec09ffb2b8fcc393fd40a024a Mon Sep 17 00:00:00 2001 From: Andelf Date: Fri, 13 Jan 2023 22:10:59 +0800 Subject: [PATCH] fix(mobile): not showing hide keyboard button Introduced #8201 --- src/main/frontend/mobile/mobile_bar.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"})]])))