forked from ZenBrowserMirrors/zen-desktop
Fixed tabs patch
Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
parent
d15b1f3c1e
commit
a61dd0ab87
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ index ef9c0389ec926e6bc01c0dc3b883beceaf1f7d43..b413b4bc9d86726b0f8936a3422636ed
|
||||||
];
|
];
|
||||||
+ const lastPinnedTabIdx = pinnedTabs.length - 1;
|
+ const lastPinnedTabIdx = pinnedTabs.length - 1;
|
||||||
+ let i = 0;
|
+ let i = 0;
|
||||||
+ for (const tab of allTabs) {
|
+ for (const tab of [...allTabs]) {
|
||||||
+ // add glance tabs (tabs inside tabs) to the list
|
+ // add glance tabs (tabs inside tabs) to the list
|
||||||
+ const glanceTab = tab.glanceTab;
|
+ const glanceTab = tab.glanceTab;
|
||||||
+ if (glanceTab) {
|
+ if (glanceTab) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue