mauricevancooten / react-anchor-link-smooth-scroll

React component for anchor links using the smooth scroll polyfill.
243 stars 31 forks source link

Fixed problem with nested HTML inside the anchor #2

Closed zauni closed 6 years ago

zauni commented 6 years ago

"currentTarget" always selects the a tag so one can nest HTML inside the link.

thebarty commented 6 years ago

PLEASE merge this one in!

I am having problems with code like

<AnchorLink href="lead-end-anchor"><span className="glyphicon glyphicon-menu-down"></span></AnchorLink>

and this will fix it.

thebarty commented 6 years ago

@mauricevancooten Great! Can you PLEAAAASE also publish the new version to npm?

mauricevancooten commented 6 years ago

Apologies for the delay, I've updated NPM.

thebarty commented 6 years ago

Just coming back to say BIG THANKS for fixing this!!

It works wonderfully!

mauricevancooten commented 6 years ago

Awesome, great to hear it.