day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
797 stars 146 forks source link

Clicking on info-button should stopPropagation #170

Open kaosko opened 6 years ago

kaosko commented 6 years ago

This is minor but I can't think of any case when the info-button should propagate the click event. Could you add (.stopPropagation event) on line 217 or so to info-button's handler-fn in buttons.cljs, thanks!