Fixed tabs opening on the essentials container

This commit is contained in:
mr. m
2025-03-11 19:07:47 +01:00
committed by Slowlife01
parent 1d03c01420
commit 4fa3f6736b
7 changed files with 15 additions and 8 deletions

View File

@@ -870,6 +870,7 @@
pointer-events: none;
width: 16px;
height: 16px;
border-radius: 4px;
}
&::after {

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();