mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 04:45:46 +01:00
Fix some bugs.
This commit is contained in:
@@ -1122,7 +1122,7 @@ const Events = Module("events", {
|
||||
return true;
|
||||
|
||||
let ret = execute(map, null, this.count);
|
||||
return map.route && ret;
|
||||
return !(map.route && ret);
|
||||
}
|
||||
}
|
||||
else if (mappings.getCandidates(this.main, candidateCommand).length > 0 && !event.skipmap) {
|
||||
|
||||
Reference in New Issue
Block a user