Focus composer on alt-up/down

healthdemo
David Baker 2015-08-11 14:43:52 +01:00
parent b44d19d305
commit 18c56a171e
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ module.exports = {
}
}
roomIndex = (roomIndex + roomIndexDelta) % allRooms.length;
this.focusComposer = true;
this.setState({
currentRoom: allRooms[roomIndex].roomId
});