isocra/TableDnD

need access to event object to stop propagation

Opened this issue · 0 comments

I'm listening for the click event on my TRs..
dragging is a mouseDown followed by a mouseUp. (fires a click event)
I need the ability to to stop the event propagation from the onDrop handler