Skip to content

Commit f7fe355

Browse files
committed
feat: Permit essentials to be unloaded, b=no-bug, c=tabs
1 parent acde672 commit f7fe355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/tabs/ZenPinnedTabManager.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
case 'unload-switch':
542542
case 'reset-switch':
543543
case 'switch':
544-
if (behavior.includes('unload') && !selectedTab.hasAttribute('zen-essential')) {
544+
if (behavior.includes('unload')) {
545545
if (selectedTab.hasAttribute('glance-id')) {
546546
break;
547547
}

0 commit comments

Comments
 (0)