@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.
- package/CHANGELOG.md +8 -0
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +0 -3
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +0 -3
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -9
- package/src/drop-down-tree/drop-down-tree.js +0 -3
|
@@ -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
|
}
|