Bug 1944733 - fix caller window for open-tab-group-context-menu_moveToNewWindow. r=dao,tabbrowser-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D236087
This commit is contained in:
DJ
2025-02-03 15:41:48 +00:00
parent e682881355
commit b8dcc05a73
2 changed files with 185 additions and 193 deletions

View File

@@ -113,7 +113,7 @@ document.addEventListener(
{
let { tabGroupId } = event.target.parentElement.triggerNode.dataset;
let tabGroup = gBrowser.getTabGroupById(tabGroupId);
gBrowser.replaceGroupWithWindow(tabGroup);
tabGroup.ownerGlobal.gBrowser.replaceGroupWithWindow(tabGroup);
}
break;
case "open-tab-group-context-menu_moveToThisWindow":