mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user