Merge pull request #1408 from Bilb/fix-spellcheck

enable back spellcheck for textarea message
pull/1409/head
Audric Ackermann 4 years ago committed by GitHub
commit e49bfcf657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}

Loading…
Cancel
Save