feat: Add option to only sync up pinned tabs, b=closes #12173, p=#12246, c=common, tabs

This commit is contained in:
mr. m
2026-02-05 11:05:37 +01:00
committed by GitHub
parent 6c53c3bf37
commit 84a54c9dbb
7 changed files with 63 additions and 13 deletions

View File

@@ -560,9 +560,6 @@ class nsZenPinnedTabManager extends nsZenDOMOperatedFeature {
// eslint-disable-next-line complexity
moveToAnotherTabContainerIfNecessary(event, draggedTab, movingTabs, dropIndex) {
if (!this.enabled) {
return false;
}
let newIndex = dropIndex;
let fromDifferentWindow = false;
movingTabs = Array.from(movingTabs || draggedTab)