|
|
@ -423,7 +423,7 @@ class CompositionBoxInner extends React.Component<Props, State> {
|
|
|
|
const { isKickedFromGroup, left, isPrivate, isBlocked } = this.props.selectedConversation;
|
|
|
|
const { isKickedFromGroup, left, isPrivate, isBlocked } = this.props.selectedConversation;
|
|
|
|
const messagePlaceHolder = makeMessagePlaceHolderText();
|
|
|
|
const messagePlaceHolder = makeMessagePlaceHolderText();
|
|
|
|
const { typingEnabled } = this.props;
|
|
|
|
const { typingEnabled } = this.props;
|
|
|
|
const neverMatchingRegex = /($a)/;
|
|
|
|
const neverMatchingRegex = /(\W)$/;
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<MentionsInput
|
|
|
|
<MentionsInput
|
|
|
|