File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/browser/components/sessionstore Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/browser/components/sessionstore/SessionStore.sys.mjs b/browser/components/sessionstore/SessionStore.sys.mjs
2
- index e954a8df26ed84731b08b151f90a758206946582..5b8013c71c6b50579668d16a5f7d5a82b5d43e4d 100644
2
+ index e954a8df26ed84731b08b151f90a758206946582..64ab1cce10324d574b49fe861975188c292756c3 100644
3
3
--- a/browser/components/sessionstore/SessionStore.sys.mjs
4
4
+++ b/browser/components/sessionstore/SessionStore.sys.mjs
5
5
@@ -2135,7 +2135,6 @@ var SessionStoreInternal = {
@@ -143,3 +143,12 @@ index e954a8df26ed84731b08b151f90a758206946582..5b8013c71c6b50579668d16a5f7d5a82
143
143
144
144
if (tabData.pinned) {
145
145
tabbrowser.pinTab(tab);
146
+ @@ -7266,7 +7289,7 @@ var SessionStoreInternal = {
147
+
148
+ let groupsToSave = new Map();
149
+ for (let tIndex = 0; tIndex < window.tabs.length; ) {
150
+ - if (window.tabs[tIndex].pinned) {
151
+ + if (window.tabs[tIndex].pinned && false) {
152
+ // Adjust window.selected
153
+ if (tIndex + 1 < window.selected) {
154
+ window.selected -= 1;
You can’t perform that action at this time.
0 commit comments