Mic: disable focus on the Composer Textarea while active

This commit is contained in:
Enrico Ros
2025-02-20 12:24:38 -08:00
parent b12f422db6
commit 0b70728f04
@@ -851,6 +851,7 @@ export function Composer(props: {
}
slotProps={{
textarea: {
tabIndex: !recognitionState.isActive ? undefined : -1,
height: '100%',
enterKeyHint: enterIsNewline ? 'enter' : 'send',
sx: {