taye / interact.js

JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
http://interactjs.io/
MIT License
12.38k stars 785 forks source link

Cursor doesn't change when work with draggabilly #331

Closed geohuz closed 8 years ago

geohuz commented 8 years ago

I use draggabilly to make the dragging effect of a group of elements, and I use interactjs to have the resize functionality, now the problem is, the cursor doesn't change when point at the edges. The reason that I use draggabilly is to work with the packery lib, it has a support for the draggabilly, not the interactjs unfortunately.

geohuz commented 8 years ago

Well this is actually the bug in my code, sorry :0