From 4b5f0bcdd6357c9fc64a24609518677ee12602a9 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 30 Nov 2025 01:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=8C=89=E9=92=AE=E5=90=8C?= =?UTF-8?q?=E6=A0=B7=E9=87=8D=E7=BD=AE=E9=A1=B5=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat/ChatFragment.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/ui/chat/ChatFragment.tsx b/client/ui/chat/ChatFragment.tsx index 0fbef9f..f22ee99 100644 --- a/client/ui/chat/ChatFragment.tsx +++ b/client/ui/chat/ChatFragment.tsx @@ -378,7 +378,10 @@ export default function ChatFragment({ target, showReturnButton, onReturnButtonC
- getChatInfoAndInit()} style={{ + { + page.current = 0 + getChatInfoAndInit() + }} style={{ alignSelf: 'center', marginLeft: '5px', marginRight: '5px',