Use Alt-UP/DOWN for Composer History instead of random room change

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-06-14 12:26:52 +01:00
parent 876acc0f76
commit 6a10f0068d
2 changed files with 1 additions and 11 deletions

View file

@ -1241,7 +1241,7 @@ export default class MessageComposerInput extends React.Component {
selectHistory = async (up) => {
const delta = up ? -1 : 1;
// True if we are not currently selecting history, but composing a messag
// True if we are not currently selecting history, but composing a message
if (this.historyManager.currentIndex === this.historyManager.history.length) {
// We can't go any further - there isn't any more history, so nop.
if (!up) {