@skyux/ag-grid 13.8.2 → 13.9.0

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.
@@ -1770,7 +1770,7 @@ class SkyAgGridCellEditorLookupComponent {
1770
1770
  // This happens when the refreshCells API is called.
1771
1771
  this.afterGuiAttached();
1772
1772
  }
1773
- else {
1773
+ else if (!event.target?.matches('.ag-custom-component-popup *')) {
1774
1774
  this.#stopEditingOnBlur();
1775
1775
  }
1776
1776
  }