open room sublist when using alt-arrows to navigate into it, refire scroll event
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7d28137cfd
commit
d7ca374991
2 changed files with 26 additions and 11 deletions
|
@ -226,6 +226,7 @@ export default createReactClass({
|
|||
this.forceUpdate();
|
||||
break;
|
||||
|
||||
case 'scroll_room_tile':
|
||||
case 'view_room':
|
||||
// when the room is selected make sure its tile is visible, for breadcrumbs/keyboard shortcuts
|
||||
if (payload.room_id === this.props.room.roomId && this._roomTile.current) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue