bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
21.89k stars 1.97k forks source link

a fix for #644 on lines 399-401 #647

Closed Yokubjon-J closed 2 years ago

Yokubjon-J commented 4 years ago

I have added an if(e.preventedDefault) statement inside drag(e) function. This should prevent the error "Unable to preventDefault inside passive event listener..."