fix(chat): keep message list anchored to bottom

This commit is contained in:
2026-07-15 10:25:08 +08:00
parent 836ae95940
commit f60daf061d
4 changed files with 261 additions and 39 deletions
+3
View File
@@ -229,6 +229,9 @@ export function ChatScreen() {
<ChatArea
messages={visibleMessages}
isReplyingAI={state.isReplyingAI}
initialScrollReady={
state.historyLoaded && isPromotionBootstrapReady
}
isUnlockingMessage={state.isUnlockingMessage}
unlockingMessageId={state.unlockingMessageId}
onUnlockPrivateMessage={handleUnlockPrivateMessage}