Focus composer on alt-up/down
This commit is contained in:
parent
b44d19d305
commit
18c56a171e
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
roomIndex = (roomIndex + roomIndexDelta) % allRooms.length;
|
||||
this.focusComposer = true;
|
||||
this.setState({
|
||||
currentRoom: allRooms[roomIndex].roomId
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue