Browse Source

Prettified Code!

pull/825/head
gabek 4 years ago committed by GitHub Action
parent
commit
c848c029d5
  1. 5
      webroot/js/components/chat/chat-input.js

5
webroot/js/components/chat/chat-input.js

@ -55,9 +55,8 @@ export default class ChatInput extends Component { @@ -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() {

Loading…
Cancel
Save