mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Fixed newtab and separator moving when draging a folder, b=no-bug, c=tabs
This commit is contained in:
@@ -1173,6 +1173,9 @@
|
||||
}
|
||||
|
||||
animateSeparatorMove(draggedTab, dropElement, isPinned, event) {
|
||||
if (gBrowser.isTabGroupLabel(draggedTab) && draggedTab.group.isZenFolder) {
|
||||
return;
|
||||
}
|
||||
if (draggedTab?.group?.hasAttribute('split-view-group')) {
|
||||
draggedTab = draggedTab.group;
|
||||
}
|
||||
|
Reference in New Issue
Block a user