1
0
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:
Kris Maglione
2010-12-28 14:58:58 -05:00
parent 9655d741b8
commit aec00dd4be

View File

@@ -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;