diff --git a/src/views/Conversations/Online/InputComposer.jsx b/src/views/Conversations/Online/InputComposer.jsx index 6a09e42..7eb4aff 100644 --- a/src/views/Conversations/Online/InputComposer.jsx +++ b/src/views/Conversations/Online/InputComposer.jsx @@ -266,7 +266,7 @@ const InputComposer = ({ mobile }) => { onPressEnter={(e) => { if (!e.shiftKey && mobile === undefined) { e.preventDefault(); - handleSendText(); + if (textabled && !pastedUploading) handleSendText(); } }} autoSize={{ minRows: 2, maxRows: 6 }}