ngx-dnd
ngx-dnd copied to clipboard
Retrieve the top and left location of the dropped block
Hi,
So I would like to retrieve the position where the mirrored item was dropped.
Let's say I have a container 1 from which users can drag and drop items in container 2.
Container 2 is larger, and items within it will be with absolute position. So I would need to figure out the position where the item was dropped, so I could set that position to the newly added item in the container 2.
Just wondering if this feature is already implemented in ngx-dnd, or it does not provide it?
Best regards, Valters
Can you proved an example... it might be possible with existing functionality.