swimlane / ngx-dnd

🕶 Drag, Drop and Sorting Library for Angular2 and beyond!

Home Page:https://swimlane.github.io/ngx-dnd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragging outside of the ngx-dnd-container

helixaros opened this issue · comments

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?

same issue. are there any updates?