enable back spellcheck for textarea message

This commit is contained in:
Audric Ackermann 2020-12-17 17:04:23 +11:00
parent d79351c5a7
commit 2a02b5498b
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

@ -372,7 +372,7 @@ export class SessionCompositionBox extends React.Component<Props, State> {
onKeyDown={this.onKeyDown}
onKeyUp={this.onKeyUp}
placeholder={messagePlaceHolder}
spellCheck={false}
spellCheck={true}
inputRef={this.textarea}
disabled={!typingEnabled}
maxLength={Constants.CONVERSATION.MAX_MESSAGE_BODY_LENGTH}