mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
now it's fixed...
This commit is contained in:
parent
c4838581fd
commit
1626051299
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ vAPI.tabs.open = function(details) {
|
|||
}
|
||||
});
|
||||
|
||||
if ( selected.length === 0 ) {
|
||||
if ( !selected ) {
|
||||
wrapper();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue