magic-mouse-js
magic-mouse-js copied to clipboard
Issue when dragging SVG
Great project, a performant solution for custom cursors was exactly what i needed. I am facing an issue when i'm dragging an SVG element. As you can see in the attached pen if you drag one of the handles, the drag functionality works but the cursor doesn't follow.
https://codepen.io/bahtadu/pen/mdXqmpa
@mrizinos Look like the Draggable plugin triggers another event when you drag, I will try to dive into this. Thanks for reporting