diff --git a/app/components/chat.tsx b/app/components/chat.tsx index ad38dd650..15303124a 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -310,7 +310,7 @@ function ChatAction(props: { } useEffect(() => { - updateWidth(); + setTimeout(updateWidth, 100); }, []); return (