@contentful/field-editor-reference 5.4.0 → 5.5.0

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.
@@ -3412,7 +3412,8 @@ function MultipleEntryReferenceEditor(props) {
3412
3412
  return createElement(SortableLinkList, _extends({}, childrenProps, {
3413
3413
  axis: "y",
3414
3414
  useDragHandle: true,
3415
- updateBeforeSortStart: updateBeforeSortStart
3415
+ updateBeforeSortStart: updateBeforeSortStart,
3416
+ onSortEnd: props.onSortingEnd
3416
3417
  }), function (_ref2) {
3417
3418
  var items = _ref2.items,
3418
3419
  item = _ref2.item,