mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 02:41:05 +02: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…
x
Reference in New Issue
Block a user