Skip to content

Commit d2c6c8b

Browse files
committed
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2 parents 6c5be98 + a61dd0a commit d2c6c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/components/tabbrowser/content/tabs-js.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ index ef9c0389ec926e6bc01c0dc3b883beceaf1f7d43..b413b4bc9d86726b0f8936a3422636ed
174174
];
175175
+ const lastPinnedTabIdx = pinnedTabs.length - 1;
176176
+ let i = 0;
177-
+ for (const tab of allTabs) {
177+
+ for (const tab of [...allTabs]) {
178178
+ // add glance tabs (tabs inside tabs) to the list
179179
+ const glanceTab = tab.glanceTab;
180180
+ if (glanceTab) {

0 commit comments

Comments
 (0)