On return to RoomView from auxPanel, send focus back to Composer

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-04-21 18:45:28 +01:00
parent b0288ebd89
commit fdc26a490a
1 changed files with 1 additions and 0 deletions

View File

@ -1181,6 +1181,7 @@ module.exports = React.createClass({
console.log("updateTint from onCancelClick");
this.updateTint();
this.setState({editingRoomSettings: false});
dis.dispatch({action: 'focus_composer'});
},
onLeaveClick: function() {