capricorn86 / happy-dom

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

fix: [#1464] Fix react click handler with `preventDefault` on anchor not preventing navigation #1465

Closed amitdahan closed 2 weeks ago

amitdahan commented 2 weeks ago

Closes #1464

amitdahan commented 2 weeks ago

Was really not sure about the eventual solution, but it seemed to do the trick and all other tests remain passing.