openManage: unminimize windows
This commit is contained in:
parent
7fdbc755b4
commit
6067bb27d7
|
@ -85,7 +85,7 @@ Object.assign(API, {
|
||||||
tab = await getActiveTab();
|
tab = await getActiveTab();
|
||||||
return isTabReplaceable(tab, url)
|
return isTabReplaceable(tab, url)
|
||||||
? activateTab(tab, {url})
|
? activateTab(tab, {url})
|
||||||
: browser.tabs.create({url});
|
: browser.tabs.create({url}).then(activateTab); // activateTab unminimizes the window
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user