mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix exception
This commit is contained in:
parent
e7e1758fa4
commit
c1dd1b9bf3
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user