ngx-dnd
ngx-dnd copied to clipboard
Dragging outside of the ngx-dnd-container
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?