diff --git a/webroot/js/components/chat/chat-input.js b/webroot/js/components/chat/chat-input.js index 86785dd64..39bfe27e5 100644 --- a/webroot/js/components/chat/chat-input.js +++ b/webroot/js/components/chat/chat-input.js @@ -55,9 +55,8 @@ export default class ChatInput extends Component { this.handleSubmitChatButton = this.handleSubmitChatButton.bind(this); this.handlePaste = this.handlePaste.bind(this); - this.handleContentEditableChange = this.handleContentEditableChange.bind( - this - ); + this.handleContentEditableChange = + this.handleContentEditableChange.bind(this); } componentDidMount() {