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',