delegated-events
delegated-events copied to clipboard
Allow events to bubble outside of ShadowDOM
Hello!
Events firing from within a custom element with a shadow-root by default stop bubbling at said root. This PR makes it so events bubble all the way up, without stopping.