react-redux-card-game icon indicating copy to clipboard operation
react-redux-card-game copied to clipboard

Remove ugly <div>'s from DropTargets and DragSources

Open inooid opened this issue 9 years ago • 0 comments

Currently minions are both DropTarget's and DragSource's, because you can drag the minion, but also drag a minion on top of another minion to position them next to them. In order to fix some ugly styling issues, I found this useful issue that might clean up our code.

See: https://github.com/gaearon/react-dnd/issues/347

inooid avatar Sep 24 '16 18:09 inooid