mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: closes #7295 - Fixed workspaces temporarily inheriting essential tabs from the source workspace a container tab was switched from, r=workspaces
This commit is contained in:
@@ -2038,7 +2038,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
if (tab.hasAttribute('change-workspace') && this.moveTabToWorkspace(tab, workspaceID)) {
|
||||
this._lastSelectedWorkspaceTabs[workspaceID] = tab;
|
||||
tab.removeAttribute('change-workspace');
|
||||
await this.changeWorkspace({ uuid: workspaceID }, { onInit: true });
|
||||
await this.changeWorkspace({ uuid: workspaceID, containerTabId: tab.getAttribute('usercontextid') }, { onInit: true });
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user