mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 06:24:12 +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);
|
let candidates = mappings.getCandidates(this.main, command);
|
||||||
if (candidates.length == 0 && !map) {
|
if (candidates.length == 0 && !map) {
|
||||||
map = this.pendingMap;
|
[map, command] = this.pendingMap || [];
|
||||||
this.pendingMap = null;
|
this.pendingMap = null;
|
||||||
if (map && map.arg)
|
if (map && map.arg)
|
||||||
this.pendingArgMap = map;
|
this.pendingArgMap = map;
|
||||||
|
|||||||
Reference in New Issue
Block a user