@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.
@@ -4647,9 +4647,6 @@ let DropDownTree = class DropDownTree extends Component {
4647
4647
  this.isClearButtonClick = false;
4648
4648
  return;
4649
4649
  }
4650
- if (!this.wrapText && e.target.classList.contains(CHIP_CLOSE)) {
4651
- this.removeChip(e);
4652
- }
4653
4650
  if (this.isPopupOpen) {
4654
4651
  this.hidePopup();
4655
4652
  }