Fixed tabs opening on the essentials container

This commit is contained in:
mr. m
2025-03-11 19:07:47 +01:00
parent 2d333a23a4
commit 7e55497e20
7 changed files with 15 additions and 8 deletions

View File

@@ -466,6 +466,7 @@
if (!isClosing) {
tab.removeAttribute('zen-pin-id');
tab.removeAttribute('zen-essential'); // Just in case
if (!tab.hasAttribute('zen-workspace-id') && ZenWorkspaces.workspaceEnabled) {
const workspace = await ZenWorkspaces.getActiveWorkspace();