fix exception
This commit is contained in:
@@ -244,9 +244,6 @@ export default class ChatInput extends Component {
|
|||||||
if (key === ':' || key === ';') {
|
if (key === ':' || key === ';') {
|
||||||
this.injectEmoji();
|
this.injectEmoji();
|
||||||
}
|
}
|
||||||
this.setState({
|
|
||||||
inputCharsLeft: CHAT_MAX_MESSAGE_LENGTH - textValue.length,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
handleMessageInputBlur() {
|
handleMessageInputBlur() {
|
||||||
|
|||||||
Reference in New Issue
Block a user