Hide Grammarly extension button (#29)
Fix TTS icon being hidden by Grammarly extension
This commit is contained in:
@@ -35,6 +35,7 @@ const TranslationArea: FC<Props> = ({ value, onChange, readOnly, audio, canCopy,
|
|||||||
resize="none"
|
resize="none"
|
||||||
rows={useBreakpointValue([6, null, 12]) ?? undefined}
|
rows={useBreakpointValue([6, null, 12]) ?? undefined}
|
||||||
size="lg"
|
size="lg"
|
||||||
|
data-gramm_editor={false}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
<HStack
|
<HStack
|
||||||
|
|||||||
Reference in New Issue
Block a user