mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 14:18:00 +01:00
Fix Hint input bugs from revision d678604aa8d0.
This commit is contained in:
@@ -714,7 +714,7 @@ const Tabs = Module("tabs", {
|
||||
|
||||
commands.add(["tabo[nly]"],
|
||||
"Close all other tabs",
|
||||
function () { tabs.keepOnly(config.tabbrowser.mCurrentTab); },
|
||||
function () { tabs.keepOnly(tabs.getTab()); },
|
||||
{ argCount: "0" });
|
||||
|
||||
commands.add(["tabopen", "t[open]", "tabnew"],
|
||||
|
||||
Reference in New Issue
Block a user