mirror of https://github.com/vector-im/riot-web
Merge pull request #2151 from matrix-org/dopr.sh
s/DidMount/WillMount/ in MessageComposerInputpull/21833/head
commit
8bd93a7c4f
|
@ -336,7 +336,7 @@ export default class MessageComposerInput extends React.Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentWillMount() {
|
||||||
this.dispatcherRef = dis.register(this.onAction);
|
this.dispatcherRef = dis.register(this.onAction);
|
||||||
this.historyManager = new ComposerHistoryManager(this.props.room.roomId, 'mx_slate_composer_history_');
|
this.historyManager = new ComposerHistoryManager(this.props.room.roomId, 'mx_slate_composer_history_');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue