mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-30 12:21:55 +00:00
feat: Added section for cross-site cookies, p=#10833, c=media, common, compact-mode, glance, tabs, workspaces
This commit is contained in:
@@ -2481,9 +2481,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
|
||||
pinnedContainer.children.length === 1 ||
|
||||
Array.from(arrowScrollbox.children).filter(
|
||||
(child) =>
|
||||
!child.hasAttribute('hidden') &&
|
||||
!child.hasAttribute('bursting') &&
|
||||
!child.hasAttribute('zen-empty-tab')
|
||||
!child.hasAttribute('hidden') && !child.closing && !child.hasAttribute('zen-empty-tab')
|
||||
).length <= 1;
|
||||
if (shouldHideSeparator) {
|
||||
pinnedContainer.setAttribute('hide-separator', 'true');
|
||||
|
||||
Reference in New Issue
Block a user