messagesRef.current.scrollIntoView({
behavior: "smooth",
block: "nearest",
inline: "start"
});
messagesRef.current.scrollIntoView({
behavior: "smooth",
block: "nearest",
inline: "start"
});