You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented the auto-scroll feature for the chat view as requested in issue #1283.
Added: Configuration option chat.autoScroll.enabled that controls whether chat automatically scrolls to the end when new content is added
Modified: ChatWidget and ChatViewPane to respect the new configuration setting, with appropriate UI handling for both auto-scroll and manual scrolling
Improved: User experience by allowing page-up/down and home/end keys to work as expected when auto-scroll is disabled
Changes include configuration registration, reactive updates via event listeners, and graceful fallback to previous behavior when the setting isn't specified. Your feedback on this implementation is welcome!
Idea
Current Workflow
I scroll through endless comments/code etc. to reach the chat end. Usually I don't read much of it.
Expected
Chat scrolls by itself.
Possible solution
The text was updated successfully, but these errors were encountered: