Skip to content

Commit a61dd0a

Browse files
authored
Fixed tabs patch
Signed-off-by: mr. m <[email protected]>
1 parent d15b1f3 commit a61dd0a

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)