mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
dont focus newly opened logger window: FF webext complains about it and not needed anyway
This commit is contained in:
parent
6175a216b7
commit
8d8905aab3
1 changed files with 1 additions and 5 deletions
|
|
@ -443,11 +443,7 @@ vAPI.tabs.open = function(details) {
|
|||
|
||||
// Open in a standalone window
|
||||
if ( details.popup === true ) {
|
||||
chrome.windows.create({
|
||||
url: details.url,
|
||||
focused: details.active,
|
||||
type: 'popup'
|
||||
});
|
||||
chrome.windows.create({ url: details.url, type: 'popup' });
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue