fix(chat): keep sent messages in view

This commit is contained in:
2026-07-15 19:14:36 +08:00
parent 47876484fc
commit cf239a51de
8 changed files with 122 additions and 1 deletions
+1
View File
@@ -185,6 +185,7 @@ export function ChatScreen() {
<ChatArea
messages={visibleMessages}
isReplyingAI={state.isReplyingAI}
scrollToBottomSignal={state.outgoingMessageRevision}
initialScrollReady={
state.historyLoaded && isPromotionBootstrapReady
}