Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2151 from matrix-org/dopr.sh
Browse files Browse the repository at this point in the history
s/DidMount/WillMount/ in MessageComposerInput
  • Loading branch information
bwindels authored Sep 6, 2018
2 parents 9f5ea73 + 9e64a22 commit 8bd93a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/rooms/MessageComposerInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export default class MessageComposerInput extends React.Component {
}
}

componentDidMount() {
componentWillMount() {
this.dispatcherRef = dis.register(this.onAction);
this.historyManager = new ComposerHistoryManager(this.props.room.roomId, 'mx_slate_composer_history_');
}
Expand Down

0 comments on commit 8bd93a7

Please sign in to comment.