This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Description
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
/Joe