fix exception

This commit is contained in:
Gabe Kangas 2021-07-21 23:19:33 -07:00
parent e7e1758fa4
commit c1dd1b9bf3

View File

@ -244,9 +244,6 @@ export default class ChatInput extends Component {
if (key === ':' || key === ';') {
this.injectEmoji();
}
this.setState({
inputCharsLeft: CHAT_MAX_MESSAGE_LENGTH - textValue.length,
});
}
handleMessageInputBlur() {