Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anfibiacreativa committed Nov 6, 2023
1 parent 36a95af commit 3ddf76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chat-component/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ export class ChatComponent extends LitElement {
isUserMessage,
},
];
// scroll to the bottom of the chat
return true;
};

Expand Down Expand Up @@ -368,6 +367,7 @@ export class ChatComponent extends LitElement {
</ol>`,
);
}
// scroll to the bottom of the chat
this.debounceScrollIntoView();
return entries;
}
Expand Down

0 comments on commit 3ddf76f

Please sign in to comment.