Revert "remove unnessary manual focussing of composer"
This reverts commit 57abbc4273.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user