Skip to content

Commit

Permalink
no longer switch group when r-clicked a group item
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 committed Feb 3, 2024
1 parent 8dd8385 commit 1447c43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resource/modules/UI.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,8 @@ this.UI = {
// Pause rendering of thumbs until the menu is shown, to speed things up.
TabItems.pausePainting();

// Make this the active group item and update the tab bar accordingly immediately,
//NO longer// Make this the active group item and update the tab bar accordingly immediately,
// since some of the context menu's items will need to act on an updated tab bar.
this.updateShownTabs(tab);
this.reorderTabsBasedOnTabItemOrder();
gTabView.openTabContextMenu(e, tab, node);

Expand Down

0 comments on commit 1447c43

Please sign in to comment.