intelicoreact 1.3.40 → 1.3.42
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.
|
@@ -450,7 +450,6 @@ const Dropdown = _ref => {
|
|
|
450
450
|
onMouseDown: () => {
|
|
451
451
|
if (!isOpen) {
|
|
452
452
|
setIsSearchInputFocused(true);
|
|
453
|
-
setIsOpen(true);
|
|
454
453
|
}
|
|
455
454
|
}
|
|
456
455
|
}, attributesOfNativeInput)))), /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -640,7 +639,6 @@ const Dropdown = _ref => {
|
|
|
640
639
|
onMouseDown: () => {
|
|
641
640
|
if (!isOpen) {
|
|
642
641
|
setIsSearchInputFocused(true);
|
|
643
|
-
setIsOpen(true);
|
|
644
642
|
}
|
|
645
643
|
}
|
|
646
644
|
}, attributesOfNativeInput, {
|