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
{{ message }}
This repository was archived by the owner on Dec 17, 2022. It is now read-only.
If you move the cursor so quickly that it lands outside the dragged object
then the object no longer follows the cursor.
I haven't looked at the code but this is a common problem in implementing drag-and-drop
Probably because the event handler is bound to the object. You have to
bind it to the underlying canvas, so that dragging will still work for fast cursor movements