mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 14:56:14 +00:00
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:
@@ -70,7 +70,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
getTabPosition(tab) {
|
getTabPosition(tab) {
|
||||||
return Math.max(gBrowser._numVisiblePinTabs, tab._tPos);
|
return Math.max(gBrowser.pinnedTabCount, tab._tPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
createBrowserElement(url, currentTab, existingTab = null) {
|
createBrowserElement(url, currentTab, existingTab = null) {
|
||||||
|
Reference in New Issue
Block a user