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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user