ngx-dnd icon indicating copy to clipboard operation
ngx-dnd copied to clipboard

Retrieve the top and left location of the dropped block

Open vvaldersteins opened this issue 6 years ago • 1 comments

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

vvaldersteins avatar Jun 07 '18 06:06 vvaldersteins

Can you proved an example... it might be possible with existing functionality.

Hypercubed avatar Jun 19 '18 17:06 Hypercubed