cloud-ide-element 1.0.16 → 1.0.17
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.
|
@@ -4524,7 +4524,7 @@ class CideEleDropdownComponent {
|
|
|
4524
4524
|
// Close dropdown after a small delay to ensure click is processed
|
|
4525
4525
|
setTimeout(() => {
|
|
4526
4526
|
this.closeDropdown();
|
|
4527
|
-
},
|
|
4527
|
+
}, 500);
|
|
4528
4528
|
}
|
|
4529
4529
|
createPortalDropdown() {
|
|
4530
4530
|
const triggerElement = this.dropdownContainer().nativeElement;
|