@syncfusion/ej2-dropdowns 19.3.46 → 19.3.47

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.
@@ -4734,9 +4734,6 @@ var DropDownTree = /** @__PURE__ @class */ (function (_super) {
4734
4734
  this.isClearButtonClick = false;
4735
4735
  return;
4736
4736
  }
4737
- if (!this.wrapText && e.target.classList.contains(CHIP_CLOSE)) {
4738
- this.removeChip(e);
4739
- }
4740
4737
  if (this.isPopupOpen) {
4741
4738
  this.hidePopup();
4742
4739
  }