fix(mobile): not showing hide keyboard button

Introduced #8201
This commit is contained in:
Andelf
2023-01-13 22:10:59 +08:00
parent e179e1c86e
commit 73d0c3efa0

View File

@@ -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"})]])))