Bug 1934296 - Adding a tab to a collapsed group should expand the group. r=tabbrowser-reviewers,jswinarton
Differential Revision: https://phabricator.services.mozilla.com/D230982
This commit is contained in:
@@ -329,6 +329,9 @@
|
||||
if (tab.hasAttribute("fadein")) {
|
||||
if (tab._fullyOpen) {
|
||||
this._updateCloseButtons();
|
||||
if (tab.group && tab == tab.group.lastChild) {
|
||||
this._notifyBackgroundTab(tab);
|
||||
}
|
||||
} else {
|
||||
this._handleNewTab(tab);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user