File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/browser/components/tabbrowser/content Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/browser/components/tabbrowser/content/tabbrowser.js b/browser/components/tabbrowser/content/tabbrowser.js
2
- index d5aa64842a35c6697263c63fd3a0571b64b01344..478050fd5202b70ee3191471a017e091a3a87e92 100644
2
+ index d5aa64842a35c6697263c63fd3a0571b64b01344..031b384c848fd391f84ed1e6d4f991f3287e37a4 100644
3
3
--- a/browser/components/tabbrowser/content/tabbrowser.js
4
4
+++ b/browser/components/tabbrowser/content/tabbrowser.js
5
5
@@ -413,11 +413,41 @@
@@ -9,7 +9,7 @@ index d5aa64842a35c6697263c63fd3a0571b64b01344..478050fd5202b70ee3191471a017e091
9
9
+ get _numVisiblePinTabsWithoutCollapsed() {
10
10
+ let i = 0;
11
11
+ for (let item of this.tabContainer.ariaFocusableItems) {
12
- + if (this.isTabGroupLabel(item) && item.closest("zen-folder ")?.pinned) {
12
+ + if (this.isTabGroupLabel(item) && item.closest("zen-group ")?.pinned) {
13
13
+ i += 1;
14
14
+ continue;
15
15
+ }
You can’t perform that action at this time.
0 commit comments