We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f9623 commit 2d54e9fCopy full SHA for 2d54e9f
src/zen/tabs/ZenPinnedTabManager.mjs
@@ -1199,7 +1199,7 @@
1199
const isGoingToPinnedTabs = translate < topToNormalTabs;
1200
const multiplier = isGoingToPinnedTabs !== isPinned ? (isGoingToPinnedTabs ? 1 : -1) : 0;
1201
this._isGoingToPinnedTabs = isGoingToPinnedTabs;
1202
- if (!dropElement) {
+ if (!dropElement && gBrowser.pinnedTabCount - gBrowser._numZenEssentials > 0) {
1203
itemsToCheck.forEach((item) => {
1204
item.style.transform = `translateY(${draggingTabHeight * multiplier}px)`;
1205
});
0 commit comments