drag-drop-list-react
Advanced tools
Comparing version 0.19.0 to 0.20.0
@@ -602,3 +602,3 @@ 'use strict'; | ||
var tag = typeof this.props.tag === 'undefined' ? 'div' : this.props.tag; | ||
return _react2.default.createElement(tag, this.getListProps(), typeof this.props.upperElem !== 'undefined' && this.props.upperElem, typeof this.props.upperElem !== 'undefined' && _react2.default.createElement('hr', null), this.props.children.map(function (item, i) { | ||
return _react2.default.createElement(tag, this.getListProps(), typeof this.props.upperElem !== 'undefined' && this.props.upperElem, typeof this.props.upperElem !== 'undefined' && _react2.default.createElement('hr', null), typeof this.props.children !== 'undefined' && this.props.children.map(function (item, i) { | ||
return typeof item !== 'undefined' && _react2.default.createElement( | ||
@@ -605,0 +605,0 @@ _DragItem2.default, |
{ | ||
"name": "drag-drop-list-react", | ||
"version": "0.19.0", | ||
"version": "0.20.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 not supported yet
230813
1567