diff --git a/src/renderer/components/team/messages/MessagesPanel.tsx b/src/renderer/components/team/messages/MessagesPanel.tsx index 646305e8..afcb2c4b 100644 --- a/src/renderer/components/team/messages/MessagesPanel.tsx +++ b/src/renderer/components/team/messages/MessagesPanel.tsx @@ -363,7 +363,7 @@ export const MessagesPanel = memo(function MessagesPanel({ // path for short lists and only switches to the windowed path once // the row count crosses its internal threshold. virtualizationEnabled: true, - virtualizationRowThreshold: position === 'sidebar' ? 24 : undefined, + virtualizationRowThreshold: position === 'sidebar' ? 48 : undefined, }; }, [activeScrollContainerRef, position]); const handleExpandContent = useCallback(() => {