Emoji and numeric keyboards are shown when tap on /send while emojis are opened (#1056)
This commit is contained in:
parent
c689ab2feb
commit
e34d9fbc49
|
@ -154,6 +154,7 @@
|
||||||
:placeholder placeholder
|
:placeholder placeholder
|
||||||
:blur-on-submit false
|
:blur-on-submit false
|
||||||
:editable (not @sending-in-progress?)
|
:editable (not @sending-in-progress?)
|
||||||
|
:on-focus #(dispatch [:set-chat-ui-props :show-emoji? false])
|
||||||
:on-submit-editing (fn []
|
:on-submit-editing (fn []
|
||||||
(when-not (str/blank? @seq-arg-input-text)
|
(when-not (str/blank? @seq-arg-input-text)
|
||||||
(dispatch [:send-seq-argument]))
|
(dispatch [:send-seq-argument]))
|
||||||
|
|
Loading…
Reference in New Issue