gh-14100: restore workspace routing for extension-opened tabs with explicit containers (gh-14102)

Co-authored-by: pokeshah <89949620+pokeshah@users.noreply.github.com>
This commit is contained in:
Rishab Shah
2026-06-10 04:23:54 -07:00
committed by mr. m
parent b33a016985
commit 3464a53bdf

View File

@@ -3005,7 +3005,8 @@ class nsZenWorkspaces {
if (
triggeringPrincipal &&
triggeringPrincipal.isAddonOrExpandedAddonPrincipal
triggeringPrincipal.isAddonOrExpandedAddonPrincipal &&
typeof userContextId === "undefined"
) {
return [userContextId, false, undefined];
}