@syncfusion/ej2-schedule 30.1.41 → 30.2.4

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.
@@ -11367,7 +11367,7 @@ var QuickPopups = /** @__PURE__ @class */ (function () {
11367
11367
  var buttonCollections = [].slice.call(popup.element.querySelectorAll('.e-control.e-btn'));
11368
11368
  for (var _i = 0, buttonCollections_1 = buttonCollections; _i < buttonCollections_1.length; _i++) {
11369
11369
  var button = buttonCollections_1[_i];
11370
- var instance = button.ej2_instances[0];
11370
+ var instance = button.ej2_instances ? button.ej2_instances[0] : null;
11371
11371
  if (instance) {
11372
11372
  instance.destroy();
11373
11373
  }
@@ -23420,6 +23420,8 @@ var DragAndDrop = /** @__PURE__ @class */ (function (_super) {
23420
23420
  if (!isNullOrUndefined(dragObj)) {
23421
23421
  dragObj.intDestroy(e.event);
23422
23422
  }
23423
+ _this.isMultiSelect = false;
23424
+ _this.multiData = [];
23423
23425
  _this.actionObj.action = '';
23424
23426
  _this.removeCloneElementClasses();
23425
23427
  _this.removeCloneElement();