mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 19:15:46 +01:00
Fix :tabdo.
This commit is contained in:
@@ -617,8 +617,7 @@ var Tabs = Module("tabs", {
|
|||||||
function (args) {
|
function (args) {
|
||||||
for (let tab in values(tabs.visibleTabs)) {
|
for (let tab in values(tabs.visibleTabs)) {
|
||||||
tabs.select(tab);
|
tabs.select(tab);
|
||||||
if (!commands.execute(args[0] || "", null, true))
|
dactyl.execute(args[0], null, true);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
argCount: "1",
|
argCount: "1",
|
||||||
|
|||||||
Reference in New Issue
Block a user