fix: Fixed quickly drag and droping pinned tabs to normal tabs not resetting the previous transform, b=no-bug, c=tabs

This commit is contained in:
Mr. M
2025-08-07 00:08:51 +02:00
parent 44d6eebecc
commit 3fcde9994b

View File

@@ -1259,6 +1259,7 @@
for (const tab of tabs) {
gBrowser.pinTab(tab);
}
gBrowser.tabContainer.finishAnimateTabMove(true);
Services.zen.playHapticFeedback();
} else {
shouldAddDragOverElement = true;
@@ -1279,6 +1280,7 @@
for (const tab of tabs) {
gBrowser.unpinTab(tab);
}
gBrowser.tabContainer.finishAnimateTabMove(true);
Services.zen.playHapticFeedback();
} else {
shouldAddDragOverElement = true;