Skip to content

Releases: thinkloop/link-react

onClick runs regardless of how link is handled

03 Nov 04:37
Compare
Choose a tag to compare

Previously if a link was to be handled by the browser (ex: open new page, tab, window), it's onClick would not be invoked. Now the onClick is invoked if present regardless of how it will be handled.