mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Prettified Code!
This commit is contained in:
parent
3b08b50ce0
commit
c848c029d5
@ -55,9 +55,8 @@ export default class ChatInput extends Component {
|
|||||||
this.handleSubmitChatButton = this.handleSubmitChatButton.bind(this);
|
this.handleSubmitChatButton = this.handleSubmitChatButton.bind(this);
|
||||||
this.handlePaste = this.handlePaste.bind(this);
|
this.handlePaste = this.handlePaste.bind(this);
|
||||||
|
|
||||||
this.handleContentEditableChange = this.handleContentEditableChange.bind(
|
this.handleContentEditableChange =
|
||||||
this
|
this.handleContentEditableChange.bind(this);
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user