mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-04 21:15:16 +00:00
fix: Fixed pinned tabs not being able to reset, b=(no-bug), c=tabs, workspaces
This commit is contained in:
@@ -808,6 +808,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
delete this._initialTab;
|
||||
} else if (this._tabToRemoveForEmpty) {
|
||||
if (gZenVerticalTabsManager._canReplaceNewTab) {
|
||||
console.log(this._tabToSelect)
|
||||
if (this._tabToSelect) {
|
||||
gBrowser.tabbox.selectedIndex = this._tabToSelect;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user