fix(ui): keep stream virtualized and bottom-anchored while loading

This commit is contained in:
Shantur Rathore
2026-03-02 22:47:21 +00:00
parent 4c5acefa07
commit b6bf58ea8f
2 changed files with 16 additions and 11 deletions

View File

@@ -558,7 +558,6 @@ export default function MessageSection(props: MessageSectionProps) {
getKeyFromAnchorId={getMessageIdFromAnchorId}
overscanPx={800}
scrollSentinelMarginPx={SCROLL_SENTINEL_MARGIN_PX}
virtualizationEnabled={() => !props.loading}
suspendMeasurements={() => !isActive()}
loading={() => Boolean(props.loading)}
isActive={isActive}