capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.28k stars 200 forks source link

fix: [#1397] HTMLAnchorElement, HTMLButtonElement, HTMLInputElement a… #1435

Closed capricorn86 closed 4 months ago

capricorn86 commented 4 months ago

…nd HTMLLabelElement should check for if a dispatched click event is of type MouseEvent and not PointerEvent which the check previously checked for