@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.
@@ -16774,6 +16774,11 @@ let Breadcrumb = class Breadcrumb extends Component {
16774
16774
  * @returns {void}
16775
16775
  */
16776
16776
  destroy() {
16777
+ if (this.popupObj && this.popupObj.element.classList.contains('e-popup-open')) {
16778
+ this.popupObj.destroy();
16779
+ this.isPopupCreated = false;
16780
+ detach(this.popupObj.element);
16781
+ }
16777
16782
  const classes = [];
16778
16783
  const attributes = ['aria-label'];
16779
16784
  if (this.cssClass) {