From a93bbbe48989eb6db51abd57baf2de494138041b Mon Sep 17 00:00:00 2001 From: dusx1981 <157097695@qq.com> Date: Sat, 10 Aug 2024 17:51:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E5=AF=B9=E8=AF=9D=EF=BC=8C=E5=AF=B9=E8=AF=9D=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components/chat/completion.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/chat/completion.tsx b/web/components/chat/completion.tsx index ce72a3c8a..d4cc793c9 100644 --- a/web/components/chat/completion.tsx +++ b/web/components/chat/completion.tsx @@ -144,6 +144,7 @@ const Completion = ({ messages, onSubmit }: Props) => { }, []); useEffect(() => { + refreshDialogList(); setTimeout(() => { scrollableRef.current?.scrollTo(0, scrollableRef.current.scrollHeight); }, 50);