mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 19:35:46 +01:00
Fix missing base mode in keydown/keyup blocking. Closes issue #615.
--HG-- extra : rebase_source : d76a48e12e8a6f68a4adcb633008af786a4d826d
This commit is contained in:
@@ -698,7 +698,7 @@ var Mappings = Module("mappings", {
|
||||
iterate: function (args, mainOnly) {
|
||||
let modes = [this.getMode(args)];
|
||||
if (!mainOnly)
|
||||
modes = modes.concat(modes[0].allBases);
|
||||
modes = modes[0].allBases;
|
||||
|
||||
let seen = {};
|
||||
// Bloody hell. --Kris
|
||||
|
||||
Reference in New Issue
Block a user