Skip to content

Commit ae658df

Browse files
author
Goloman Adrian
committed
Backed out changeset bb54bd88c1ec (bug 1936282) for causing bc failures @browser_tab_groups.js. CLOSED TREE
1 parent ceab462 commit ae658df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

browser/components/tabbrowser/content/tabbrowser.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8696,11 +8696,6 @@ var TabContextMenu = {
86968696
this.contextTab.multiselected ? gBrowser.selectedTabs : [this.contextTab],
86978697
{ insertBefore: this.contextTab, showCreateUI: true }
86988698
);
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();
87048699
},
87058700

87068701
moveTabsToGroup(group) {

0 commit comments

Comments
 (0)