fix: Mark editor content as unknown language to aid translation/screen readers
This commit is contained in:
@@ -755,6 +755,7 @@ export class Editor extends React.PureComponent<
|
||||
focusedCommentId={this.props.focusedCommentId}
|
||||
editorStyle={this.props.editorStyle}
|
||||
ref={this.elementRef}
|
||||
lang=""
|
||||
/>
|
||||
{this.view && (
|
||||
<SelectionToolbar
|
||||
|
||||
Reference in New Issue
Block a user