ramiel / router.js

Router.js is a simple and powerful javascript library to handle routing
116 stars 21 forks source link

Img inside anchor #43

Closed OR-75 closed 4 years ago

OR-75 commented 4 years ago

Hy, May be i did something wrong, but it seems that the router doesn't catch the route when inside the anchor there is just an img :

<a href="/foo">
  <img src="image.jpg" alt="image" />
</a>
ramiel commented 4 years ago

It is possible. I will check soon.

ramiel commented 4 years ago

Ok, I just solved the issue and the fix is available in latest version, 2.4.1. Bye!