Skip to content

Commit

Permalink
fix: remove scroll animation chat screen (janhq#2819)
Browse files Browse the repository at this point in the history
Signed-off-by: James <[email protected]>
Co-authored-by: James <[email protected]>
  • Loading branch information
namchuai and James authored Apr 25, 2024
1 parent 012cc80 commit 0bad1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/containers/ListContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ListContainer: React.FC<Props> = ({ children }) => {

listRef.current?.scrollTo({
top: scrollHeight,
behavior: 'smooth',
behavior: 'instant',
})
})

Expand Down

0 comments on commit 0bad1a4

Please sign in to comment.