mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 09:54:11 +01:00
Fix bug in last commit.
--HG-- branch : bootstrapped
This commit is contained in:
@@ -1097,7 +1097,7 @@ var Events = Module("events", {
|
||||
|
||||
let candidates = mappings.getCandidates(this.main, command);
|
||||
if (candidates.length == 0 && !map) {
|
||||
map = this.pendingMap;
|
||||
[map, command] = this.pendingMap || [];
|
||||
this.pendingMap = null;
|
||||
if (map && map.arg)
|
||||
this.pendingArgMap = map;
|
||||
|
||||
Reference in New Issue
Block a user