deiucanta / chatpad

Not just another ChatGPT user-interface!
https://chatpad.ai
GNU Affero General Public License v3.0
1.33k stars 252 forks source link

fix scrolling on iOS and desktop #80

Closed avelican closed 5 months ago

avelican commented 11 months ago

This updates <ScrollIntoView> so that the scroll only occurs on the first render. This prevents the page from forcing scrolling, which was causing issues https://github.com/deiucanta/chatpad/issues/36 Scrolling only on first render allows the user to scroll as they wish (while the message is still streaming), while still keeping a "nice" UI of scrolling to the latest message.