refactor: rename normalizedMessagesCount to renderedMessagesCount for clarity

This commit is contained in:
weishu
2025-12-24 15:37:21 +08:00
parent 0bb5dcc086
commit a2edd88d93
2 changed files with 8 additions and 6 deletions
+1
View File
@@ -159,6 +159,7 @@ export function SessionChat(props: {
onLoadMore={props.onLoadMore}
rawMessagesCount={props.messages.length}
normalizedMessagesCount={normalizedMessages.length}
renderedMessagesCount={reconciled.blocks.length}
/>
<HappyComposer