Fixed fully opening glance appearing on random places if container specific essentials are on

Signed-off-by: mr. m  <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
mr. m
2025-03-04 21:00:17 +01:00
committed by GitHub
parent 09119f9d18
commit 1ba809825d

View File

@@ -70,7 +70,7 @@
}
getTabPosition(tab) {
return Math.max(gBrowser._numVisiblePinTabs, tab._tPos);
return Math.max(gBrowser.pinnedTabCount, tab._tPos);
}
createBrowserElement(url, currentTab, existingTab = null) {