fix(chat): queue outgoing messages

This commit is contained in:
2026-06-26 11:11:43 +08:00
parent 2858ceccdc
commit fe85af0cd7
8 changed files with 240 additions and 60 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ export function ChatScreen() {
onUnlock={handleMessageLimitUnlock}
/>
) : (
<ChatInputBar disabled={state.isReplyingAI} />
<ChatInputBar disabled={!state.historyLoaded} />
)}
</div>