From f614343462902023b5251479a809449bfba4507f Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 19 Mar 2024 17:17:37 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=94=AE?= =?UTF-8?q?=E7=9B=98=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Conversations/Components/InputComposer.jsx | 1 + 1 file changed, 1 insertion(+) 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) => {