mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
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 ) {
|
if ( this.querySelectable(s) === false ) {
|
||||||
return this.compileProcedural(s);
|
return this.compileProcedural(s);
|
||||||
}
|
}
|
||||||
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
compileUpwardArgument(s) {
|
compileUpwardArgument(s) {
|
||||||
|
Loading…
Reference in New Issue
Block a user