mayak-common-library 0.0.54 → 0.0.56

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 CHANGED
@@ -309,6 +309,7 @@ var SelectPro = ({
309
309
  const [btn, setAnchorEl] = (0, import_react2.useState)(null);
310
310
  const [open, setOpen] = (0, import_react2.useState)(false);
311
311
  const handleClick = (event) => {
312
+ event.persist();
312
313
  if (open)
313
314
  setTimeout(() => {
314
315
  setAnchorEl(null);
package/dist/index.mjs CHANGED
@@ -249,6 +249,7 @@ var SelectPro = ({
249
249
  const [btn, setAnchorEl] = useState2(null);
250
250
  const [open, setOpen] = useState2(false);
251
251
  const handleClick = (event) => {
252
+ event.persist();
252
253
  if (open)
253
254
  setTimeout(() => {
254
255
  setAnchorEl(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",