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:
parent
876acc0f76
commit
6a10f0068d
2 changed files with 1 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue