@rededor/cura 1.6.1-alpha.6 → 1.6.1-alpha.7

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.
@@ -534,7 +534,7 @@ const CuraDropdownSearch = class {
534
534
  this.termchange = index.createEvent(this, "termchange", 7);
535
535
  this.optionselect = index.createEvent(this, "optionselect", 7);
536
536
  this.resizeTimeoutMs = 66;
537
- this.focusTimeoutMs = 300;
537
+ this.focusTimeoutMs = 500;
538
538
  this.blurTimeoutMs = 300;
539
539
  this.highlightedIndex = -1;
540
540
  this.dropdownSelectableItems = [];