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
Long answers now stream noticeably more smoothly: as a reply grows, only the part still being written is re-rendered instead of the whole message, so replies packed with code blocks and tables no longer make the page stutter.
Fixed scrolling up to load older messages jumping your reading position — the conversation you were reading now stays exactly where it was, even when a large batch of history loads in.
Fixed code blocks nudging the page as their syntax highlighting finished loading, which could shift what you were reading part-way through a long answer.
Fixed a case where, after reading back through a conversation's history, sending a new message would stop scrolling the view down to follow it.
Fixed indented nested lists in replies sometimes rendering at the wrong level.