kornelski / slip

Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k stars 213 forks source link

stopPropagation() on onMouseUp is interfering with other libraries #111

Open danielgindi opened 4 years ago

danielgindi commented 4 years ago

If the dragged element has a child element listening to mouseup, it will not receive the event even if preventDefault was called in onBeforeReorder