ngx-drag-and-drop-lists
ngx-drag-and-drop-lists copied to clipboard
Its not possible to drop below container
To reproduce the issue:
go to example: https://ngx-drag-and-drop-lists.herokuapp.com/
-
Navigate section: Nested Drag and Drop -> Middle Column (Dropzone 1)
-
Try to move "item 5" on top of "item 4" AND below "container 1".
Issue: It's not possible to do step 3.
. "Item 5" will stay in the same position or end up inside "container 1"
Solution: When touching the lower part of a "container" the dragged item should end up below the container, when dragged upon an INSIDE ITEM (item inside container) the dragged Item should be added underneath the container item.