mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 02:22:26 +01:00
Fix addUserMap when key already mapped.
This commit is contained in:
@@ -305,7 +305,7 @@ function Mappings() //{{{
|
||||
for (let [,name] in Iterator(map.names))
|
||||
{
|
||||
for (let [,mode] in Iterator(map.modes))
|
||||
removeMap(mode, map.name);
|
||||
removeMap(mode, name);
|
||||
}
|
||||
|
||||
addMap(map, true);
|
||||
|
||||
Reference in New Issue
Block a user