allow changing active room in grid by clicking it

This commit is contained in:
Bruno Windels 2018-11-21 14:04:25 +00:00
parent b68df0420b
commit cf0f75cad4
6 changed files with 35 additions and 15 deletions

View file

@ -56,7 +56,7 @@ export default class TagTileContextMenu extends React.Component {
_onViewAsGridClick() {
dis.dispatch({
action: 'view_group_grid',
action: 'group_grid_view',
group_id: this.props.tag,
});
this.props.onFinished();