diff --git a/common/content/events.js b/common/content/events.js index 02944678..666df991 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -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;