test: Added tests for tab group expand and collapse, b=closes #9885, c=tabs, folders, tests, workspaces

This commit is contained in:
Mr. M
2025-08-14 18:00:13 +02:00
parent 4a48d11b74
commit 4e2dfd8a13
8 changed files with 189 additions and 108 deletions

View File

@@ -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();