diff --git a/web/components/chat/ChatContainer/ChatContainer.tsx b/web/components/chat/ChatContainer/ChatContainer.tsx index abc6a3a7e..dac37f969 100644 --- a/web/components/chat/ChatContainer/ChatContainer.tsx +++ b/web/components/chat/ChatContainer/ChatContainer.tsx @@ -217,8 +217,7 @@ export const ChatContainer: FC = ({ data={messages} itemContent={(index, message) => getViewForMessage(index, message)} initialTopMostItemIndex={messages.length - 1} - followOutput={(atBottom: boolean) => { - console.log({ atBottom, isAtBottom }); + followOutput={() => { clearTimeout(showScrollToBottomButtonDelay.current); if (isAtBottom) {