siefkenj / pretext-react

A ReactJS version of the Pretext UI
GNU General Public License v3.0
3 stars 7 forks source link

Can't open links in new tab #9

Closed siefkenj closed 2 years ago

siefkenj commented 2 years ago

The e.preventDefault() on link clicks is overzelous, preventing the command+click to open a link in a new tab. The preventDefault should be guarded by a button/keyboard check.