Bug 1943971 - Let moving tabs to start/end not keep or put them in groups. r=jswinarton,tabbrowser-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D236318
This commit is contained in:
@@ -1162,8 +1162,8 @@
|
||||
}
|
||||
}
|
||||
} else if (draggedTab) {
|
||||
// Move the tabs. To avoid multiple tab-switches in the original window,
|
||||
// the selected tab should be adopted last.
|
||||
// Move the tabs into this window. To avoid multiple tab-switches in
|
||||
// the original window, the selected tab should be adopted last.
|
||||
const dropIndex = this._getDropIndex(event);
|
||||
let newIndex = dropIndex;
|
||||
let selectedTab;
|
||||
|
||||
Reference in New Issue
Block a user