swimlane / ngx-dnd

🕶 Drag, Drop and Sorting Library for Angular2 and beyond!
https://swimlane.github.io/ngx-dnd/
MIT License
575 stars 135 forks source link

Dragging outside of the ngx-dnd-container #152

Open helixaros opened 4 years ago

helixaros commented 4 years ago

I want my items that I drag and drop to berestricted in the ngx-dnd-container. When I drag my items outside of the container I get the following error:

core.js:4799 ERROR DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.

Why is this happening and how I can I solve this issue?

PengyuApp commented 4 years ago

same issue. are there any updates?