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
It's great to see events added - I just ran into the case of needing them - but custom events don't bubble by default, and I think these should.
The only code change needed is to add bubbles: true to the CustomEvent() constructor. I'll gladly open a pull request for it.
bubbles: true
CustomEvent()
The text was updated successfully, but these errors were encountered:
If you could open a PR that'd be great.
Sorry, something went wrong.
No branches or pull requests
It's great to see events added - I just ran into the case of needing them - but custom events don't bubble by default, and I think these should.
The only code change needed is to add
bubbles: true
to theCustomEvent()
constructor. I'll gladly open a pull request for it.The text was updated successfully, but these errors were encountered: