1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 06:35:46 +01:00

Fix unterminated key chains. Closes issue #219.

This commit is contained in:
Kris Maglione
2010-12-29 11:18:25 -05:00
parent 2a1532fca6
commit abe2c666b6

View File

@@ -1105,7 +1105,7 @@ var Events = Module("events", {
let candidates = mappings.getCandidates(this.main, command);
if (candidates.length == 0 && !map) {
[map, command] = this.pendingMap || [];
[map] = this.pendingMap || [];
this.pendingMap = null;
if (map && map.arg)
this.pendingArgMap = map;