Prettified Code!

This commit is contained in:
gabek 2021-06-21 00:16:30 +00:00 committed by GitHub Action
parent 3b08b50ce0
commit c848c029d5

View file

@ -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() {