You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ShadyDOM): prevent shady dom buttons from interacting with Light DOM
Ensure that `<button>` elements in rewritten ShadyDOM markup don't
accidentally submit `<form>` elements in LightDOM.
* Explicitly set `type="button"` for every button in a ShadowDOM html
* This _should_ be enough, but we call `preventDefault()` on click
event listeners on the buttons, just to be sure.
0 commit comments