Skip to content

Commit

Permalink
Merge branch 'dev' into support-plain-text
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardoC committed Apr 25, 2024
2 parents c8b6b91 + 0bad1a4 commit a060846
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 a060846

Please sign in to comment.