@syncfusion/ej2-schedule 30.1.41 → 30.1.42

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.
@@ -22602,6 +22602,8 @@ class DragAndDrop extends ActionBase {
22602
22602
  if (!isNullOrUndefined(dragObj)) {
22603
22603
  dragObj.intDestroy(e.event);
22604
22604
  }
22605
+ this.isMultiSelect = false;
22606
+ this.multiData = [];
22605
22607
  this.actionObj.action = '';
22606
22608
  this.removeCloneElementClasses();
22607
22609
  this.removeCloneElement();