mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:02:26 +01:00
Completion of certain chrome:, resource:, and about: URLs.
This commit is contained in:
@@ -445,7 +445,7 @@ const Tabs = Module("tabs", {
|
||||
else {
|
||||
let index = (count - 1) % matches.length;
|
||||
if (reverse)
|
||||
index = matches.length - count;
|
||||
index = matches.length - index - 1;
|
||||
tabs.select(matches[index].id, false);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user