Skip to content

Minor fix: stopPropogation

Suvigya Vijay requested to merge suvigyavijay/CarbonFootprint:stopProp into master

When 'question mark' next to the carbon emission calculation was clicked triggered the detailed direction page and also opened up a new tab. The user might just be willing to know more about his footprint and not actually the details which can be triggered clicking elsewhere.

This was very annoying from point of UX. I have stopped the propogation of click event, so that only new tab opens up.

Merge request reports