mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 08:36:37 +03:00
Remove redundant bind
This commit is contained in:
parent
fe121126f5
commit
f5a23c14df
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ export default class MessageComposerInput extends React.Component {
|
||||||
this.handleKeyCommand = this.handleKeyCommand.bind(this);
|
this.handleKeyCommand = this.handleKeyCommand.bind(this);
|
||||||
this.handlePastedFiles = this.handlePastedFiles.bind(this);
|
this.handlePastedFiles = this.handlePastedFiles.bind(this);
|
||||||
this.onEditorContentChanged = this.onEditorContentChanged.bind(this);
|
this.onEditorContentChanged = this.onEditorContentChanged.bind(this);
|
||||||
this.setEditorState = this.setEditorState.bind(this);
|
|
||||||
this.onUpArrow = this.onUpArrow.bind(this);
|
this.onUpArrow = this.onUpArrow.bind(this);
|
||||||
this.onDownArrow = this.onDownArrow.bind(this);
|
this.onDownArrow = this.onDownArrow.bind(this);
|
||||||
this.onTab = this.onTab.bind(this);
|
this.onTab = this.onTab.bind(this);
|
||||||
|
|
Loading…
Reference in a new issue