Skip to content

Commit

Permalink
[FB] Verticaltab | Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Oct 17, 2023
1 parent 402ebfc commit e8d22a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions browser/base/content/tabbrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3933,7 +3933,6 @@
prewarmed,
} = {}
) {
console.log("removeTab", aTab, aTab.linkedBrowser.currentURI.spec);

if (UserInteraction.running("browser.tabs.opening", window)) {
UserInteraction.finish("browser.tabs.opening", window);
Expand Down Expand Up @@ -4032,6 +4031,7 @@
this
);

// Floorp Injections
// Force to close & Make do not save history of the tab.
tabbrowser._endRemoveTab(tab);
},
Expand Down Expand Up @@ -4260,8 +4260,6 @@
return;
}

console.log("_endRemoveTab", aTab, aTab.linkedBrowser.currentURI.spec);

var [aCloseWindow, aNewTab] = aTab._endRemoveArgs;
aTab._endRemoveArgs = null;

Expand Down

0 comments on commit e8d22a9

Please sign in to comment.