Skip to content

Commit

Permalink
chore: back to annoying scroll again
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceBaghel258025 committed May 2, 2024
1 parent ffd4e39 commit 0514f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default function Chat(props: ChatProps) {
</>
)}
<div className="h-0" ref={sheetContentRef} />
{/* {scrollToBottom()} */}
{scrollToBottom()}
</div>
);
}

0 comments on commit 0514f93

Please sign in to comment.