mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 11:51:51 +00:00
feat: Change selected tab when resetting pinned tab, p=#12696
This commit is contained in:
@@ -111,6 +111,7 @@ class nsZenPinnedTabManager extends nsZenDOMOperatedFeature {
|
||||
_onTabResetPinButton(event, tab) {
|
||||
event.stopPropagation();
|
||||
this._resetTabToStoredState(tab);
|
||||
gBrowser.selectedTab = tab;
|
||||
}
|
||||
|
||||
get enabled() {
|
||||
|
||||
Reference in New Issue
Block a user