We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3bcde commit 66e76b7Copy full SHA for 66e76b7
apps/web/client/src/app/project/[id]/_components/right-panel/chat-tab/chat-input/index.tsx
@@ -155,6 +155,9 @@ export const ChatInput = observer(
155
try {
156
await onSendMessage(savedInput, chatMode);
157
setInputValue('');
158
+ setTimeout(() => {
159
+ onScrollToBottom();
160
+ }, 0);
161
} catch (error) {
162
console.error('Error sending message', error);
163
toast.error('Failed to send message. Please try again.');
0 commit comments