Revert "remove unnessary manual focussing of composer"
This reverts commit 57abbc4273
.
This commit is contained in:
parent
e3ffdf1dff
commit
ceb53dc0bb
5 changed files with 22 additions and 0 deletions
|
@ -135,10 +135,12 @@ module.exports = React.createClass({
|
|||
|
||||
_onResendAllClick: function() {
|
||||
Resend.resendUnsentEvents(this.props.room);
|
||||
dis.dispatch({action: 'focus_composer'});
|
||||
},
|
||||
|
||||
_onCancelAllClick: function() {
|
||||
Resend.cancelUnsentEvents(this.props.room);
|
||||
dis.dispatch({action: 'focus_composer'});
|
||||
},
|
||||
|
||||
_onShowDevicesClick: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue