fix(chat): keep sent messages in view
This commit is contained in:
@@ -185,6 +185,7 @@ export function ChatScreen() {
|
||||
<ChatArea
|
||||
messages={visibleMessages}
|
||||
isReplyingAI={state.isReplyingAI}
|
||||
scrollToBottomSignal={state.outgoingMessageRevision}
|
||||
initialScrollReady={
|
||||
state.historyLoaded && isPromotionBootstrapReady
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user