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.
2 parents 6c5be98 + a61dd0a commit d2c6c8bCopy full SHA for d2c6c8b
src/browser/components/tabbrowser/content/tabs-js.patch
@@ -174,7 +174,7 @@ index ef9c0389ec926e6bc01c0dc3b883beceaf1f7d43..b413b4bc9d86726b0f8936a3422636ed
174
];
175
+ const lastPinnedTabIdx = pinnedTabs.length - 1;
176
+ let i = 0;
177
-+ for (const tab of allTabs) {
++ for (const tab of [...allTabs]) {
178
+ // add glance tabs (tabs inside tabs) to the list
179
+ const glanceTab = tab.glanceTab;
180
+ if (glanceTab) {
0 commit comments