Closed backinfile closed 4 years ago
The most straightforward way to add grab/grabbing cursor CSS is by using Draggabilly's built-in classes
.draggable {
cursor: -webkit-grab;
cursor: grab;
}
.draggable.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
}
See demo https://codepen.io/desandro/pen/938d281feb728de9fad9ee5e8d555d18
can not apply mouse cursor changes when dragging.
code: