Draggable 'cursor' option does not work
Hello,
I am using draggable with elements, which have set cursor:pointer by CSS. However, even when I set cursor:pointer by the draggable options, it makes no difference – the cursor is still "text select".
There is no difference between these:
- cursorAt: {cursor: 'pointer', top:15, left:15 },
- cursor: pointer,
- …