devika
devika copied to clipboard
Add auto scroll in message
When I send a message to Devika, I would like to see the latest message in the chat history
This could be easily implemented using a trigger when a new message is received by the socket. The following should be executed on the 'message-container' div from the MessageContainer:
node.scroll({top: node.scrollHeight, behavior: 'smooth'})