mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Add user_feedback message type; update README; fix colors on other themes
This commit is contained in:
@@ -38,7 +38,7 @@ const ChatView = ({ messages, isHidden }: ChatViewProps) => {
|
||||
const options = {
|
||||
containerId: "chat-view-container",
|
||||
duration: instant ? 0 : 500,
|
||||
smooth: !instant,
|
||||
smooth: instant ? false : 'easeOutQuint',
|
||||
}
|
||||
scroll.scrollToBottom(options)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user