mirror of https://github.com/gorhill/uBlock.git
parent
c4f2f2b6c2
commit
77c3ad2812
|
@ -3459,7 +3459,7 @@ class ExtSelectorCompiler {
|
|||
const before = out[out.length-1];
|
||||
if ( before.endsWith(' ') === false ) { return false; }
|
||||
}
|
||||
out.push('*');
|
||||
out.push(s);
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue