mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
chore: remove comment
This commit is contained in:
parent
7aec4cf634
commit
409024c31f
1 changed files with 0 additions and 2 deletions
|
|
@ -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[] = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue