Manual 'lang'

This commit is contained in:
David
2021-03-19 00:20:28 +01:00
parent 2bc931a4d3
commit b87953a34e
3 changed files with 6 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ const TranslationArea: FC<Props> = ({ value, onChange, readOnly, ...props }) =>
value={value}
onChange={onChange}
readOnly={readOnly}
lang="auto"
dir="auto"
resize="none"
rows={useBreakpointValue([6, null, 12]) ?? undefined}