fixup
This commit is contained in:
parent
27e2e0a14d
commit
f9e691e332
|
@ -278,7 +278,7 @@ function openURL({
|
|||
});
|
||||
function createTabWithOpener(openerTab, options) {
|
||||
const id = openerTabId == null ? openerTab.id : openerTabId;
|
||||
if (id !== null && !openerTab.incognito && openerTabIdSupported) {
|
||||
if (id != null && !openerTab.incognito && openerTabIdSupported) {
|
||||
options.openerTabId = id;
|
||||
}
|
||||
return createTab(options);
|
||||
|
|
Loading…
Reference in New Issue
Block a user