mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:07:59 +01:00
don't update the alternate tab list on TabOpen events
This commit is contained in:
@@ -369,7 +369,6 @@ function Events() //{{{
|
||||
vimperator.statusline.updateTabCount();
|
||||
vimperator.tabs.updateBufferList();
|
||||
vimperator.setMode(); // trick to reshow the mode in the command line
|
||||
vimperator.tabs.updateSelectionHistory();
|
||||
}, false);
|
||||
tabcontainer.addEventListener("TabClose", function(event) {
|
||||
vimperator.statusline.updateTabCount()
|
||||
|
||||
Reference in New Issue
Block a user