Merge pull request #1409 from loki-project/clearnet

Enable back message composition box spellcheck
pull/1546/head v1.4.4
Audric Ackermann 5 years ago committed by GitHub
commit a45aba522f
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