mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Mic: disable focus on the Composer Textarea while active
This commit is contained in:
@@ -851,6 +851,7 @@ export function Composer(props: {
|
||||
}
|
||||
slotProps={{
|
||||
textarea: {
|
||||
tabIndex: !recognitionState.isActive ? undefined : -1,
|
||||
height: '100%',
|
||||
enterKeyHint: enterIsNewline ? 'enter' : 'send',
|
||||
sx: {
|
||||
|
||||
Reference in New Issue
Block a user