bmcmahen / react-grid-dnd

drag and drop, grid edition. built with react

Home Page:https://codesandbox.io/embed/gracious-wozniak-kj9w8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stop click event propagation after dragging

fatima-gloqal opened this issue · comments

i wanted to do a separated function when we click on the element , i added it, so after dragging elements the onclick event is called also, and there is no event in the onchange method to prevent propagation of the event