1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 05:35:29 +02:00

Remove trailing spaces

This commit is contained in:
Vijay A 2024-11-28 07:34:29 +05:30
parent c3ae2467ae
commit 92de4022cb
33 changed files with 110 additions and 110 deletions

View file

@ -192,7 +192,7 @@
this.lastCurrentTab.removeAttribute("zen-glance-tab");
this.lastCurrentTab._closingGlance = true;
gBrowser.tabContainer._invalidateCachedTabs();
gBrowser.removeTab(this.lastCurrentTab, { animate: true });
@ -200,10 +200,10 @@
this.#currentBrowser = null;
this.lastCurrentTab = null;
this._duringOpening = false;
this._duringOpening = false;
}, 400);
});
});
});
}
quickOpenGlance() {
@ -231,7 +231,7 @@
quickCloseGlance({ closeCurrentTab = true, closeParentTab = true, justAnimateParent = false } = {}) {
const parentHasBrowser = !!(this.currentParentTab.linkedBrowser);
if (!justAnimateParent) {
if (!justAnimateParent) {
if (parentHasBrowser) {
if (closeParentTab) {
this.currentParentTab.linkedBrowser.closest(".browserSidebarContainer").classList.remove("deck-selected");
@ -277,7 +277,7 @@
}
}
fullyOpenGlance() {
fullyOpenGlance() {
gBrowser._insertTabAtIndex(this.#currentTab, {
index: this.#currentTab._tPos + 1,
});