mayak-common-library 0.0.49 → 0.0.51
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 +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -309,7 +309,6 @@ 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
|
-
if (isOpen) return;
|
|
313
312
|
event.persist();
|
|
314
313
|
if (open)
|
|
315
314
|
setTimeout(() => {
|
package/dist/index.mjs
CHANGED