Simplify new tab creation in the popup fixing issues. Fixes #781
This commit is contained in:
@@ -50,10 +50,6 @@ const backgroundLogic = {
|
||||
});
|
||||
},
|
||||
|
||||
async openTab(options) {
|
||||
return this.openNewTab(options);
|
||||
},
|
||||
|
||||
async openNewTab(options) {
|
||||
let url = options.url || undefined;
|
||||
const userContextId = ("userContextId" in options) ? options.userContextId : 0;
|
||||
|
||||
Reference in New Issue
Block a user