mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-14 07:23:42 +00:00
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:
@@ -3005,7 +3005,8 @@ class nsZenWorkspaces {
|
||||
|
||||
if (
|
||||
triggeringPrincipal &&
|
||||
triggeringPrincipal.isAddonOrExpandedAddonPrincipal
|
||||
triggeringPrincipal.isAddonOrExpandedAddonPrincipal &&
|
||||
typeof userContextId === "undefined"
|
||||
) {
|
||||
return [userContextId, false, undefined];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user