chore: remove comment

This commit is contained in:
Daniel 2025-08-13 13:00:25 -05:00 committed by GitHub
parent 7aec4cf634
commit 409024c31f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -897,8 +897,6 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
useMount(() => textAreaRef.current?.focus())
const visibleMessages = useMemo(() => {
// Remove the 500-message limit to prevent array index shifting
// Virtuoso handles virtualization efficiently for large lists
const newVisibleMessages = modifiedMessages.filter((message: ClineMessage) => {
if (everVisibleMessagesTsRef.current.has(message.ts)) {
const alwaysHiddenOnceProcessedAsk: ClineAsk[] = [