mirror of
https://github.com/status-im/status-react.git
synced 2025-01-15 05:24:37 +00:00
Input field takes 3 lines for 1-line browse command [webview-command-actions] (#1155)
This commit is contained in:
parent
58606a801c
commit
08247698c3
@ -74,7 +74,7 @@
|
||||
:multiline (not single-line-input?)
|
||||
:default-value (or @input-text "")
|
||||
:editable (not @sending-in-progress?)
|
||||
:blur-on-submit single-line-input?
|
||||
:blur-on-submit false
|
||||
:on-focus #(dispatch [:set-chat-ui-props {:input-focused? true
|
||||
:show-emoji? false}])
|
||||
:on-blur #(do (dispatch [:set-chat-ui-props {:input-focused? false}]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user