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
I have a case where I am dragging items and dropping them over an image.
I am using using the $event parameter passed to ui-on-drop in order to get the exact X/Y location where the item was dropped.
There is one case where the X/Y are failing which is dragging and dropping the item over itself. The X/Y location returned in $event is relative to the dragged item instead of the drop container.
The text was updated successfully, but these errors were encountered:
I have a case where I am dragging items and dropping them over an image.
I am using using the $event parameter passed to ui-on-drop in order to get the exact X/Y location where the item was dropped.
There is one case where the X/Y are failing which is dragging and dropping the item over itself. The X/Y location returned in $event is relative to the dragged item instead of the drop container.
The text was updated successfully, but these errors were encountered: