mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fixed unloading multi-selected tabs (closes https://github.com/zen-browser/desktop/issues/3831)
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
if (
|
||||
(tab.pinned && !ignoreTimestamp) ||
|
||||
tab.selected ||
|
||||
tab.multiselected ||
|
||||
(tab.multiselected && !ignoreTimestamp) ||
|
||||
tab.hasAttribute('busy') ||
|
||||
tab.hasAttribute('pending') ||
|
||||
!tab.linkedPanel ||
|
||||
|
Reference in New Issue
Block a user