drag-drop-list-react
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -203,3 +203,3 @@ 'use strict'; | ||
if (this.blank === null) { | ||
this.blank = typeof this.props.dropFunc === 'undefined' ? dragData.item : this.props.dropFunc(dragData.item); | ||
this.blank = typeof this.props.dropFunc === 'undefined' ? dragData.item : this.props.dropFunc(this.props.myGid, dragData.item); | ||
} | ||
@@ -220,3 +220,3 @@ this.changeBlank(this.props.children.length); | ||
if (this.blank === null) { | ||
this.blank = typeof this.props.dropFunc === 'undefined' ? dragData.item : this.props.dropFunc(dragData.item); | ||
this.blank = typeof this.props.dropFunc === 'undefined' ? dragData.item : this.props.dropFunc(this.props.myGid, dragData.item); | ||
} | ||
@@ -223,0 +223,0 @@ this.changeBlank(newId); |
{ | ||
"name": "drag-drop-list-react", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "A library that implements drag-drop lists for react.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is too big to display
218226
13
2283