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
For me, this seems because the mouseAt is not reset, so if we had dropped an item, the previous coordinate will stay, and if we drag an item, it will add a new one at a glance.
What I did was to reset the mouseAt position on dragEnd
// reset mouse position
mouseAt.x = -1
mouseAt.y = -1
Examples of official website
The text was updated successfully, but these errors were encountered: