fix(chat): queue outgoing messages
This commit is contained in:
@@ -202,7 +202,7 @@ export function ChatScreen() {
|
||||
onUnlock={handleMessageLimitUnlock}
|
||||
/>
|
||||
) : (
|
||||
<ChatInputBar disabled={state.isReplyingAI} />
|
||||
<ChatInputBar disabled={!state.historyLoaded} />
|
||||
)}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user