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