mirror of
https://github.com/zen-browser/desktop
synced 2026-04-26 01:25:02 +02:00
test: Added tests for tab group expand and collapse, b=closes #9885, c=tabs, folders, tests, workspaces
This commit is contained in:
@@ -1162,7 +1162,10 @@
|
||||
continue;
|
||||
}
|
||||
}
|
||||
const itemToAnimate = item.group?.hasAttribute('split-view-group') ? item.group : item;
|
||||
const itemToAnimate =
|
||||
item.group?.hasAttribute('split-view-group') || gBrowser.isTabGroupLabel(item)
|
||||
? item.group
|
||||
: item;
|
||||
itemToAnimate.style.removeProperty('--zen-folder-indent');
|
||||
}
|
||||
this.removeTabContainersDragoverClass();
|
||||
|
||||
Reference in New Issue
Block a user