mirror of
https://github.com/zen-browser/desktop
synced 2026-04-26 01:25:02 +02:00
feat: Fixed allowing folders to drop into normal tabs, b=no-bug, c=tabs
This commit is contained in:
@@ -565,6 +565,12 @@ class nsZenPinnedTabManager extends nsZenDOMOperatedFeature {
|
||||
currentEssenialContainer.essentialsPromo.remove();
|
||||
}
|
||||
|
||||
movingTabs = movingTabs.filter((tab) =>
|
||||
gBrowser.isTabGroupLabel(tab)
|
||||
? tab.group?.isZenFolder && !tabsTarget && !essentialTabsTarget
|
||||
: true
|
||||
);
|
||||
|
||||
// TODO: Solve the issue of adding a tab between two groups
|
||||
// Remove group labels from the moving tabs and replace it
|
||||
// with the sub tabs
|
||||
|
||||
Reference in New Issue
Block a user