@oliasoft-open-source/react-ui-library 4.15.1-beta-6 → 4.15.1-beta-8
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/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20931,9 +20931,7 @@ const Trigger = ({
|
|
|
20931
20931
|
onClick: (evt) => {
|
|
20932
20932
|
onClickTrigger(evt);
|
|
20933
20933
|
if (typeof setInputFocus === "function") {
|
|
20934
|
-
|
|
20935
|
-
setInputFocus();
|
|
20936
|
-
}, 0);
|
|
20934
|
+
setInputFocus();
|
|
20937
20935
|
}
|
|
20938
20936
|
},
|
|
20939
20937
|
onFocus,
|