mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 01:25:48 +01:00
Fix 'passkeys' on Minefield.
This commit is contained in:
@@ -266,7 +266,10 @@ var Tabs = Module("tabs", {
|
||||
let tabs = this.visibleTabs;
|
||||
let position = this.index(null, true);
|
||||
|
||||
if (spec == null || spec === "")
|
||||
if (spec == null)
|
||||
return -1;
|
||||
|
||||
if (spec === "")
|
||||
return position;
|
||||
|
||||
if (typeof spec === "number")
|
||||
|
||||
Reference in New Issue
Block a user