Skip to content

Commit

Permalink
Fixed unloading multi-selected tabs (closes #3831)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Dec 17, 2024
1 parent f06ae08 commit e1b43e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/base/zen-components/ZenTabUnloader.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
if (
(tab.pinned && !ignoreTimestamp) ||
tab.selected ||
tab.multiselected ||
(tab.multiselected && !ignoreTimestamp) ||
tab.hasAttribute('busy') ||
tab.hasAttribute('pending') ||
!tab.linkedPanel ||
Expand Down

0 comments on commit e1b43e7

Please sign in to comment.