fix(chat): keep message list anchored to bottom
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user