react-dragtastic
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -369,3 +369,2 @@ module.exports = | ||
var state = _store2.default.getState(); | ||
console.log(state.currentlyDraggingId, this.props.for); | ||
return state.isDragging && state.currentlyDraggingId === this.props.for && this.props.children(_extends({}, state, { | ||
@@ -372,0 +371,0 @@ isOverAccepted: Array.isArray(this.currentlyHoveredDroppableAccepts) ? this.currentlyHoveredDroppableAccepts.find(state.type) : state.type === this.currentlyHoveredDroppableAccepts |
{ | ||
"name": "react-dragtastic", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A simple drag and drop library for React which uses the more stable mouseDown mouseUp architecture instead of the problematic HTML5 drag and drop API.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
175869
705