mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 13:03:34 +02:00
Ported fixes for PM-28.6
Ported fixes from https://github.com/RFDAJE/pentadactyl/tree/fix-palemoon-28.6
This commit is contained in:
@@ -627,7 +627,7 @@ var CommandHive = Class("CommandHive", Contexts.Hive, {
|
||||
extra.hive = this;
|
||||
extra.parsedSpecs = Command.parseSpecs(specs);
|
||||
|
||||
let names = extra.parsedSpecs.flatMap();
|
||||
let names = extra.parsedSpecs;
|
||||
let name = names[0];
|
||||
|
||||
if (this.name != "builtin") {
|
||||
|
||||
Reference in New Issue
Block a user