mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
Fixes
This commit is contained in:
parent
46868d3140
commit
b7a5a3c952
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
|
|||
// when sending a message user should be scrolled to the bottom (this also addresses a bug where sometimes when sending a message virtuoso would jump upwards, possibly due to textarea changing in size)
|
||||
const timer = setTimeout(() => {
|
||||
scrollToBottomSmooth()
|
||||
}, 0)
|
||||
}, 50)
|
||||
return () => clearTimeout(timer)
|
||||
}
|
||||
case "api_req_retried": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue