Prevent auto-translation within composer (#11114)

Fixes: vector-im/element-web#25624
This commit is contained in:
Johannes Marbach 2023-06-27 10:48:32 +02:00 committed by GitHub
parent 83ee1946ea
commit 22077c5433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -850,6 +850,7 @@ export default class BasicMessageEditor extends React.Component<IProps, IState>
dir="auto"
aria-disabled={this.props.disabled}
data-testid="basicmessagecomposer"
translate="no"
/>
</div>
);