@firestitch/list 12.8.1 → 12.8.2

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.
@@ -4280,7 +4280,7 @@
4280
4280
  };
4281
4281
  ReorderController.prototype.enableReorder = function () {
4282
4282
  var _this = this;
4283
- if (this.strategy === ReorderStrategy.Manual || this.strategy === ReorderStrategy.Custom) {
4283
+ if ((this.strategy === ReorderStrategy.Manual || this.strategy === ReorderStrategy.Custom) && this.startCallback) {
4284
4284
  var returnedValue = this.startCallback();
4285
4285
  if (returnedValue && returnedValue instanceof rxjs.Observable) {
4286
4286
  this.disableReorderAction();