From 67c6f118920ee053dc44bfc17705296d527a2008 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Thu, 2 Oct 2025 23:35:08 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E5=BE=AE=E8=AA=BF=20=E7=BD=AE=E5=BA=95?= =?UTF-8?q?=20=E5=BB=B6=E9=81=B2=E6=99=82=E9=96=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat/ChatFragment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/chat/ChatFragment.tsx b/client/ui/chat/ChatFragment.tsx index 033808c..385be51 100644 --- a/client/ui/chat/ChatFragment.tsx +++ b/client/ui/chat/ChatFragment.tsx @@ -75,7 +75,7 @@ export default function ChatFragment({ target, showReturnButton, onReturnButtonC top: 10000000000, behavior: "smooth", }) - }, 100) + }, 300) }, [target]) const page = React.useRef(0)