devika icon indicating copy to clipboard operation
devika copied to clipboard

Add auto scroll in message

Open darrassi1 opened this issue 1 year ago • 1 comments

When I send a message to Devika, I would like to see the latest message in the chat history

darrassi1 avatar Apr 16 '24 12:04 darrassi1

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'})

mistuttodos avatar Apr 22 '24 03:04 mistuttodos