@syncfusion/ej2-schedule 30.1.42 → 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
  }