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
chat: stick-to-bottom via maintainScrollAtEnd on the transcript list
Enable `maintainScrollAtEnd` so the streaming reply keeps the viewport
pinned to the bottom as it grows. Bare = all triggers (dataChange/
itemLayout/layout), so it also follows late row-measure growth and
inset/layout changes back to the end.
Verified on device it coexists with anchoredEndSpace without fighting:
maintainScrollAtEnd takes priority near the end (smooth, no jitter), while
anchoredEndSpace still reserves the reply's initial display area below the
anchored prompt. Moved it out of the "deliberately omitted" list and
refreshed the surrounding scrolling-model comments.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments