@syncfusion/ej2-treegrid 31.2.2 → 31.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10201,7 +10201,7 @@ var RowDD = /** @__PURE__ @class */ (function () {
10201
10201
  this.isaddtoBottom = multiplegrid && this.isDraggedWithChild;
10202
10202
  }
10203
10203
  var dragLength = dragRecords.length;
10204
- if (!isNullOrUndefined(this.parent.idMapping)) {
10204
+ if (!isNullOrUndefined(this.parent.idMapping) || (this.dropPosition === 'bottomSegment' && dragRecords.length > 1 && isNullOrUndefined(this.parent.idMapping))) {
10205
10205
  dragRecords.reverse();
10206
10206
  }
10207
10207
  var _loop_1 = function (i) {