diff --git a/src/views/Conversations/Components/InputComposer.jsx b/src/views/Conversations/Components/InputComposer.jsx index 0c1a0c4..4c0a3c3 100644 --- a/src/views/Conversations/Components/InputComposer.jsx +++ b/src/views/Conversations/Components/InputComposer.jsx @@ -186,6 +186,7 @@ const InputComposer = ({ mobile }) => { const focusInput = () => { textInputRef.current.focus({ cursor: 'end', preventScroll: true }); + window.dispatchEvent(new Event('resize')); }; const addEmoji = (emoji) => {