diff --git a/web/src/components/ChatBox/ChatMessageList/VirtualizedList.new.tsx b/web/src/components/ChatBox/ChatMessageList/VirtualizedList.new.tsx index a04bad4f..883ffe62 100644 --- a/web/src/components/ChatBox/ChatMessageList/VirtualizedList.new.tsx +++ b/web/src/components/ChatBox/ChatMessageList/VirtualizedList.new.tsx @@ -77,6 +77,7 @@ export const VirtualizedMessageList: React.FC = React.memo( startReached={handleLoadMore} followOutput={followOutput} defaultItemHeight={25} + atBottomThreshold={40} /> ); }