kutlugsahin / ngx-smooth-dnd

angular wrapper for smooth-dnd
165 stars 30 forks source link

DnD issue about remove node from dom. #38

Open contact2mayurkukadiya opened 5 years ago

contact2mayurkukadiya commented 5 years ago

I am using this package into angular project. I found one error that mention below. After this error occur my DnD not working. can't drag and nothing happen. I don't know why this error raised and how to solve.

Capture

When I drag one item from lot's of item list (20 items), then automatically this error occur. When I click on source from where it generate it will move me into vendor js file look like this :

Capture1

contact2mayurkukadiya commented 5 years ago

Is there any way to prevent adding ghost element in DnD container ?

umeshpatadiya commented 4 years ago

getting same error :(

sarahm7 commented 4 years ago

yes same issue here. this usually happens if you drag back and forth between containers.

contact2mayurkukadiya commented 4 years ago

@sarahm7 : but I am using only one container. I am using this package for sort array. and still this error encountered.