Skip to content

Commit 0eda07e

Browse files
authored
Merge pull request #128 from iceljc/features/refine-chat-window
Features/refine chat window
2 parents cd6d1ed + 1a29b20 commit 0eda07e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/chat/[agentId]/[conversationId]/contentLogs/content-log.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
scrollbarElements.forEach(elem => {
5656
scrollbars = [ ...scrollbars, OverlayScrollbars(elem, options) ];
5757
});
58-
refresh();
58+
scrollToBottom();
5959
});
6060
6161
afterUpdate(() => {

src/routes/chat/[agentId]/[conversationId]/stateLogs/state-log.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
scrollbarElements.forEach(elem => {
5555
scrollbars = [ ...scrollbars, OverlayScrollbars(elem, options) ];
5656
});
57-
refresh();
57+
scrollToBottom();
5858
});
5959
6060
afterUpdate(() => {

0 commit comments

Comments
 (0)