feat: Finish migration, b=no-bug, c=no-component

This commit is contained in:
mr. m
2025-12-24 23:16:08 +01:00
parent 028dbd3e47
commit 40d75abef7
4 changed files with 13 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
#include ../../../zen/common/jar.inc.mn
#include ../../../zen/compact-mode/jar.inc.mn
#include ../../../zen/drag-and-drop/jar.inc.mn
#include ../../../zen/split-view/jar.inc.mn
#include ../../../zen/mods/jar.inc.mn
#include ../../../zen/workspaces/jar.inc.mn

View File

@@ -542,6 +542,12 @@
}
handle_drop_transition(dropElement, draggedTab, movingTabs, dropBefore) {
if (isTabGroupLabel(dropElement)) {
dropElement = dropElement.group;
}
if (isTabGroupLabel(draggedTab)) {
draggedTab = draggedTab.group;
}
if (
gReduceMotion ||
dropElement.group !== draggedTab.group ||