@oliasoft-open-source/react-ui-library 4.15.1-beta-4 → 4.15.1-beta-5
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
|
@@ -20930,9 +20930,7 @@ const Trigger = ({
|
|
|
20930
20930
|
),
|
|
20931
20931
|
onClick: (evt) => {
|
|
20932
20932
|
console.log("TRIGGER ONCLICK");
|
|
20933
|
-
|
|
20934
|
-
setInputFocus();
|
|
20935
|
-
}
|
|
20933
|
+
evt.stopPropagation();
|
|
20936
20934
|
onClickTrigger(evt);
|
|
20937
20935
|
},
|
|
20938
20936
|
onFocus,
|