Bug 1908439 - Drag and drop for moving a group within the window. r=dwalker,tabbrowser-reviewers,sessionstore-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D239494
This commit is contained in:
Dão Gottwald
2025-03-07 01:58:05 +00:00
parent dcff315b60
commit f2fda56c21
6 changed files with 194 additions and 91 deletions

View File

@@ -5578,7 +5578,7 @@ var SessionStoreInternal = {
for (let i = 0; i < initialTabs.length; i++) {
tabbrowser.unpinTab(initialTabs[i]);
tabbrowser.moveTabTo(initialTabs[i], endPosition, {
forceStandaloneTab: true,
forceUngrouped: true,
});
}
}