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 b437edd commit 1854cbbCopy full SHA for 1854cbb
1 file changed
frontend/app/aipanel/aipanelmessages.tsx
@@ -33,6 +33,7 @@ export const AIPanelMessages = memo(({ messages, status, isLoadingChat }: AIPane
33
const container = messagesContainerRef.current;
34
if (container) {
35
container.scrollTop = container.scrollHeight;
36
+ container.scrollLeft = 0;
37
}
38
};
39
0 commit comments