We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
right now if you have something like this
<a href="#"><img src="..."/></a>
it will not fire for a a selector. Because the event target will be the image.
a
maybe this module: https://www.npmjs.com/package/closest should be used as it is in the orignal delegate module: delegte https://github.com/component/delegate/blob/master/index.js
Best, Finn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
right now if you have something like this
it will not fire for a
a
selector. Because the event target will be the image.maybe this module: https://www.npmjs.com/package/closest should be used as it is in the orignal delegate module: delegte https://github.com/component/delegate/blob/master/index.js
Best,
Finn
The text was updated successfully, but these errors were encountered: