deep-chat icon indicating copy to clipboard operation
deep-chat copied to clipboard

feat: Update scrollToBottom and scrollToTop methods to allow smooth behaviour

Open quietdreamr opened this issue 1 year ago • 4 comments

Uses the scrollTo() method instead of directly setting the scrollTop. By default, it will still scroll instantly. When passing smooth = true, it'll set the behaviour to smooth.

quietdreamr avatar Sep 05 '24 10:09 quietdreamr