add cancelButton to simpleHeader
This commit is contained in:
parent
8ec13d2752
commit
19770563f4
3 changed files with 9 additions and 1 deletions
|
@ -1025,6 +1025,7 @@ module.exports = React.createClass({
|
|||
|
||||
onUserSettingsClose: function() {
|
||||
// XXX: use browser history instead to find the previous room?
|
||||
// or maintain a this.state.pageHistory in _setPage()?
|
||||
if (this.state.currentRoom) {
|
||||
dis.dispatch({
|
||||
action: 'view_room',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue