mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
Allow auto focus and typing while chat is initializing (#5043)
This commit is contained in:
@@ -1183,13 +1183,7 @@ export default function ChatInput({
|
||||
isExtensionsLoading;
|
||||
|
||||
const isUserInputDisabled =
|
||||
isAnyImageLoading ||
|
||||
isAnyDroppedFileLoading ||
|
||||
isRecording ||
|
||||
isTranscribing ||
|
||||
isCompacting ||
|
||||
!agentIsReady ||
|
||||
isExtensionsLoading;
|
||||
isAnyImageLoading || isAnyDroppedFileLoading || isRecording || isTranscribing || isCompacting;
|
||||
|
||||
// Queue management functions - no storage persistence, only in-memory
|
||||
const handleRemoveQueuedMessage = (messageId: string) => {
|
||||
|
||||
Reference in New Issue
Block a user