jCanvaScript
jCanvaScript copied to clipboard
Stop dragging if mouse leaves canvas
Hi,
Is therre a way to stop/cancel a dragging operation (so that the callbacks get fired) if the mouse leaves the canvas?
(I'm using 1.5.15)
Thanks in advance
You can generate mouseup event in this case.