css multi browser fix trial 1
This commit is contained in:
parent
caa02ee81e
commit
6d71e17e61
5 changed files with 32 additions and 7 deletions
|
@ -53,7 +53,7 @@ const ConversationFrontend = React.forwardRef<HTMLDivElement, ConversationProps>
|
|||
if (isScrolling) {
|
||||
messagesEndRef.current?.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
}, [messages]);
|
||||
}, [messages, isScrolling]);
|
||||
|
||||
return (
|
||||
<div className="output" ref={ref}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue