kutlugsahin / smooth-dnd

drag and drop library for javascript
MIT License
599 stars 147 forks source link

Enable cursor on ghost element? #14

Closed cheshireoctopus closed 6 years ago

cheshireoctopus commented 6 years ago

@kutlugsahin - thank you for maintaining this library and react-smooth-dnd.

Am running into an issue using react-smooth-dnd where CSS classes passed into dragClass do not acknowledge the cursor property.

I see that this property is comment out here.

Should we not be overriding the cursor property?

kutlugsahin commented 6 years ago

hey @cheshireoctopus, The cursor problem is fixed on latest smooth-dnd and react-smooth-dnd versions. Hope it did't take so long. Cheers!

cheshireoctopus commented 6 years ago

@kutlugsahin - appreciate the followup 👍