fix: remove scroll animation chat screen (#2819)

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
This commit is contained in:
NamH 2024-04-25 17:24:29 +07:00 committed by GitHub
parent 012cc801e9
commit 0bad1a479f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ const ListContainer: React.FC<Props> = ({ children }) => {
listRef.current?.scrollTo({ listRef.current?.scrollTo({
top: scrollHeight, top: scrollHeight,
behavior: 'smooth', behavior: 'instant',
}) })
}) })