Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed May 23, 2024
1 parent f27891f commit 4a6be14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/components/chat/chat-scroll-anchor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface ChatScrollAnchorProps {

export function ChatScrollAnchor({ trackVisibility }: ChatScrollAnchorProps) {
const { container } = React.useContext(ChatContext)
const isAtBottom = useAtBottom(150, container)
const isAtBottom = useAtBottom(100, container)

const { ref, entry, inView } = useInView({
trackVisibility,
Expand Down

0 comments on commit 4a6be14

Please sign in to comment.