Bug 1922276 - addTabGroup: add showCreateUI option and don't show post-create UI by default. r=dao,jswinarton,tabbrowser-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D226957
This commit is contained in:
DJ
2024-11-04 16:31:09 +00:00
parent 12a458e558
commit 0de1e8d91b
3 changed files with 35 additions and 6 deletions

View File

@@ -962,6 +962,7 @@
if (groupTab) {
gBrowser.addTabGroup([groupTab, ...movingTabs], {
insertBefore: draggedTab,
showCreateUI: true,
});
}
}