mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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
14d4340edd
commit
198689f618
1 changed files with 1 additions and 0 deletions
|
|
@ -1615,6 +1615,7 @@ Parser.prototype.SelectorCompiler = class {
|
|||
if ( this.querySelectable(s) === false ) {
|
||||
return this.compileProcedural(s);
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
||||
compileUpwardArgument(s) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue