mirror of https://github.com/gorhill/uBlock.git
Fix validating argument for :not() as procedural
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/2228#issuecomment-1234248802
This commit is contained in:
parent
377ecf3f1d
commit
bcede6f938
|
@ -1622,6 +1622,7 @@ Parser.prototype.SelectorCompiler = class {
|
|||
if ( this.querySelectable(s) === false ) {
|
||||
return this.compileProcedural(s);
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
||||
compileUpwardArgument(s) {
|
||||
|
|
Loading…
Reference in New Issue