mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02: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