We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceab462 commit ae658dfCopy full SHA for ae658df
browser/components/tabbrowser/content/tabbrowser.js
@@ -8696,11 +8696,6 @@ var TabContextMenu = {
8696
this.contextTab.multiselected ? gBrowser.selectedTabs : [this.contextTab],
8697
{ insertBefore: this.contextTab, showCreateUI: true }
8698
);
8699
-
8700
- // When using the tab context menu to create a group from the all tabs
8701
- // panel, make sure we close that panel so that it doesn't obscure the tab
8702
- // group creation panel.
8703
- gTabsPanel.hideAllTabsPanel();
8704
},
8705
8706
moveTabsToGroup(group) {
0 commit comments