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.
Currently minions are both
DropTarget
's andDragSource
'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