mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 11:45:47 +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);
|
let candidates = mappings.getCandidates(this.main, command);
|
||||||
if (candidates.length == 0 && !map) {
|
if (candidates.length == 0 && !map) {
|
||||||
[map, command] = this.pendingMap || [];
|
[map] = 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