cloud-ide-element 1.0.16 → 1.0.18

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.
@@ -4484,7 +4484,9 @@ class CideEleDropdownComponent {
4484
4484
  this.openDropdown();
4485
4485
  }
4486
4486
  else {
4487
- this.closeDropdown();
4487
+ setTimeout(() => {
4488
+ this.closeDropdown();
4489
+ }, 100);
4488
4490
  }
4489
4491
  }
4490
4492
  openDropdown() {