Hide Grammarly extension button (#29)

Fix TTS icon being hidden by Grammarly extension
This commit is contained in:
David
2021-06-17 22:51:10 +02:00
committed by GitHub
parent bdaced0457
commit f537dff588

View File

@@ -35,6 +35,7 @@ const TranslationArea: FC<Props> = ({ value, onChange, readOnly, audio, canCopy,
resize="none"
rows={useBreakpointValue([6, null, 12]) ?? undefined}
size="lg"
data-gramm_editor={false}
{...props}
/>
<HStack