1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-08 16:20:40 +02:00
This commit is contained in:
Arik Chakma
2025-06-25 21:21:06 +06:00
parent ef7397cf4a
commit 7329936822

View File

@@ -124,6 +124,10 @@ export function AIGuideChat(props: AIGuideChatProps) {
});
sendMessages(newMessages);
setInputValue('');
setTimeout(() => {
scrollToBottom('smooth');
}, 0);
},
[inputValue, isStreamingMessage, messages, sendMessages, setMessages],
);