mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Fixes
This commit is contained in:
parent
20e68748aa
commit
a4aed4756a
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
|
|||
}, 50)
|
||||
// return () => clearTimeout(timer) // dont cleanup since if visibleMessages.length changes it cancels.
|
||||
}
|
||||
}, [visibleMessages.length, scrollToBottomSmooth])
|
||||
}, [groupedMessages.length, scrollToBottomSmooth])
|
||||
|
||||
const handleWheel = useCallback((event: Event) => {
|
||||
const wheelEvent = event as WheelEvent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue