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)