kutlugsahin / smooth-dnd

drag and drop library for javascript
MIT License
599 stars 147 forks source link

make drop handler work even if there is no wrapper #20

Closed johanneswilm closed 5 years ago

koapeadu commented 5 years ago

I also had to do this in the domDropHandler to get it working, else it kept failing with

Uncaught TypeError: Cannot read property 'firstElementChild' of null

johanneswilm commented 5 years ago

@kutlugsahin What do you think?