Draggable 'cursor' option does not work

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:

  1. cursorAt: {cursor: 'pointer', top:15, left:15 },
  2. cursor: pointer,