@syncfusion/ej2-navigations 27.1.55 → 27.1.56

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.
@@ -17190,6 +17190,11 @@ var Breadcrumb = /** @__PURE__ @class */ (function (_super) {
17190
17190
  */
17191
17191
  Breadcrumb.prototype.destroy = function () {
17192
17192
  var _this = this;
17193
+ if (this.popupObj && this.popupObj.element.classList.contains('e-popup-open')) {
17194
+ this.popupObj.destroy();
17195
+ this.isPopupCreated = false;
17196
+ detach(this.popupObj.element);
17197
+ }
17193
17198
  var classes = [];
17194
17199
  var attributes = ['aria-label'];
17195
17200
  if (this.cssClass) {