From d5c33a11839d45990a0da0d015de445bf0b59789 Mon Sep 17 00:00:00 2001 From: Yidadaa Date: Tue, 27 Jun 2023 23:07:12 +0800 Subject: [PATCH] fix: #2149 try to fix ChatAction style on ios mobile --- app/components/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index ad38dd65..15303124 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -310,7 +310,7 @@ function ChatAction(props: { } useEffect(() => { - updateWidth(); + setTimeout(updateWidth, 100); }, []); return (