react-grid-dnd icon indicating copy to clipboard operation
react-grid-dnd copied to clipboard

Disable Single Grid Item

Open vinamartin opened this issue 3 years ago • 0 comments

Re: https://github.com/bmcmahen/react-grid-dnd/issues/8 onMouseDown = {(e) => e.stopPropagation ()} wasn't sufficient for my use case where I need to move between two states of grid item one that is "active" and "non-active".

Feel free to update or provide feedback. I added a small story to test this feature.

vinamartin avatar Jan 13 '22 23:01 vinamartin