fix memo deps
parent
6359c9f50d
commit
9e10796b5a
|
@ -245,7 +245,7 @@ export default function MessageInput(props: MessageInputProps) {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}, [recording, transcribing, onSubmit, props.disabled, context.generating]);
|
}, [recording, transcribing, onSubmit, onSpeechStart, props.disabled, context.generating]);
|
||||||
|
|
||||||
const disabled = context.generating;
|
const disabled = context.generating;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue