1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 23:27:58 +01:00

Fix <C-6> when it refers to a hidden tab.

This commit is contained in:
Kris Maglione
2010-09-27 22:25:38 -04:00
parent 886af16f16
commit 2bb408663d

View File

@@ -393,7 +393,7 @@ const Tabs = Module("tabs", {
// should probably reopen the closed tab when a 'deleted'
// alternate is selected
dactyl.assert(index >= 0, "E86: Buffer does not exist"); // TODO: This should read "Buffer N does not exist"
tabs.select(index);
tabs.select(tabs.alternate);
},
/**