bevacqua / angularjs-dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/angularjs-dragula
MIT License
509 stars 110 forks source link

Elements duplicated in an ng-repeat when being dragged and dropped #125

Open GeoHeard opened 6 years ago

GeoHeard commented 6 years ago

When I drag an element to reorder it, it will sometimes duplicate itself or other elements in the same grid. They will disappear on refresh but cause confusion. It is possible to replicate this many times.

They are part of a grid that is produced via an ng-repeat using angular.

toby11 commented 4 years ago

I seem to be experiencing this as well - it does not always happen though. Did you find a solution?