diff --git a/app/components/chat.tsx b/app/components/chat.tsx index edd9fcaf4..58dc01bd0 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -387,7 +387,7 @@ function useScrollToBottom() { if (autoScroll.current) { scrollToBottom(); } - }, 100); + }, 30); return () => clearInterval(intervalId); // eslint-disable-next-line react-hooks/exhaustive-deps }, []);