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