mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 19:04:10 +01:00
Fix completion bug
This commit is contained in:
@@ -380,7 +380,7 @@ function CommandLine() //{{{
|
||||
{
|
||||
// Wait for contexts to complete if necessary.
|
||||
// FIXME: Need to make idx relative to individual contexts.
|
||||
let list = this.context.contextList.reverse();
|
||||
let list = this.context.contextList;
|
||||
if (idx == -2)
|
||||
list = list.slice().reverse();
|
||||
let n = 0;
|
||||
|
||||
Reference in New Issue
Block a user