mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:52:29 +01:00
fix broken :unmap
This commit is contained in:
@@ -224,7 +224,7 @@ function Mappings() //{{{
|
|||||||
"Remove a mapping" + modeDescription,
|
"Remove a mapping" + modeDescription,
|
||||||
function (args)
|
function (args)
|
||||||
{
|
{
|
||||||
args = args.arguments[1];
|
args = args.arguments[0];
|
||||||
|
|
||||||
let found = false;
|
let found = false;
|
||||||
for (let [,mode] in Iterator(modes))
|
for (let [,mode] in Iterator(modes))
|
||||||
|
|||||||
Reference in New Issue
Block a user