allow changing active room in grid by clicking it
This commit is contained in:
parent
b68df0420b
commit
cf0f75cad4
6 changed files with 35 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue