drag-drop-list-react
Advanced tools
Comparing version 0.24.0 to 0.25.0
@@ -134,4 +134,4 @@ 'use strict'; | ||
{ style: { position: 'sticky', bottom: 0 } }, | ||
this.props.bottomElem, | ||
_react2.default.createElement('hr', null) | ||
_react2.default.createElement('hr', null), | ||
this.props.bottomElem | ||
); | ||
@@ -622,3 +622,3 @@ } else { | ||
var tag = typeof this.props.tag === 'undefined' ? 'div' : this.props.tag; | ||
return _react2.default.createElement(tag, this.getListProps(), typeof this.upperElem !== 'undefined' && this.upperElem, typeof this.props.children !== 'undefined' && this.props.children.map(function (item, i) { | ||
return _react2.default.createElement(tag, this.getListProps(), typeof this.upperElem !== 'undefined' && this.upperElem, typeof this.props.children !== 'undefined' && _react2.default.createElement('div', {}, this.props.children.map(function (item, i) { | ||
return typeof item !== 'undefined' && _react2.default.createElement( | ||
@@ -642,3 +642,3 @@ _DragItem2.default, | ||
); | ||
}), this.blank !== null && _react2.default.createElement( | ||
})), this.blank !== null && _react2.default.createElement( | ||
_BlankItem2.default, | ||
@@ -645,0 +645,0 @@ { |
{ | ||
"name": "drag-drop-list-react", | ||
"version": "0.24.0", | ||
"version": "0.25.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
230537