Allow auto focus and typing while chat is initializing (#5043)
This commit is contained in:
@@ -1183,13 +1183,7 @@ export default function ChatInput({
|
|||||||
isExtensionsLoading;
|
isExtensionsLoading;
|
||||||
|
|
||||||
const isUserInputDisabled =
|
const isUserInputDisabled =
|
||||||
isAnyImageLoading ||
|
isAnyImageLoading || isAnyDroppedFileLoading || isRecording || isTranscribing || isCompacting;
|
||||||
isAnyDroppedFileLoading ||
|
|
||||||
isRecording ||
|
|
||||||
isTranscribing ||
|
|
||||||
isCompacting ||
|
|
||||||
!agentIsReady ||
|
|
||||||
isExtensionsLoading;
|
|
||||||
|
|
||||||
// Queue management functions - no storage persistence, only in-memory
|
// Queue management functions - no storage persistence, only in-memory
|
||||||
const handleRemoveQueuedMessage = (messageId: string) => {
|
const handleRemoveQueuedMessage = (messageId: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user