Sortable.js/Vue Draggable Cursor

928 Views Asked by At

Can someone tell me where this cursor is coming from on Sortable.js? I have looked through all the CSS files and JS files and can't find where this cursor comes from. I am hoping to use a cursor: grab; and cursor: grabbed style on it instead.

Also, I am using Vue Draggable in production, but I believe this is inherited from Sortable.js.

Cursor Example

1

There are 1 best solutions below

0
On

I've just faced the same issue. and I with some googling found this answer. make sure to set forceFallback option to true. here's another simplified answer. I've applied this solution and it's actually working great.