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:
parent
012cc801e9
commit
0bad1a479f
@ -12,7 +12,7 @@ const ListContainer: React.FC<Props> = ({ children }) => {
|
|||||||
|
|
||||||
listRef.current?.scrollTo({
|
listRef.current?.scrollTo({
|
||||||
top: scrollHeight,
|
top: scrollHeight,
|
||||||
behavior: 'smooth',
|
behavior: 'instant',
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user