You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: