mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Focus composer on alt-up/down
This commit is contained in:
parent
b44d19d305
commit
18c56a171e
@ -160,6 +160,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
roomIndex = (roomIndex + roomIndexDelta) % allRooms.length;
|
||||
this.focusComposer = true;
|
||||
this.setState({
|
||||
currentRoom: allRooms[roomIndex].roomId
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user