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