From c848c029d5a3882fb1fb2e02a66a9e80b85a8c83 Mon Sep 17 00:00:00 2001 From: gabek Date: Mon, 21 Jun 2021 00:16:30 +0000 Subject: [PATCH] Prettified Code! --- webroot/js/components/chat/chat-input.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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() {