mirror of https://github.com/gorhill/uBlock.git
Fix regression from 0edf53f508 (diff-a51c8c4aedf62ea9aec5e71f3b1427c3R624)
This commit is contained in:
parent
7021ede546
commit
b0fb6d678d
|
@ -621,7 +621,7 @@ const makeEventHandler = function(selector, callback) {
|
|||
const receiver = event.target;
|
||||
const ancestor = receiver.closest(selector);
|
||||
if (
|
||||
ancestor !== null &&
|
||||
ancestor === receiver &&
|
||||
ancestor !== dispatcher &&
|
||||
dispatcher.contains(ancestor)
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue