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 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
@@ -249,7 +249,6 @@ var SelectPro = ({
249
249
  const [btn, setAnchorEl] = useState2(null);
250
250
  const [open, setOpen] = useState2(false);
251
251
  const handleClick = (event) => {
252
- if (isOpen) return;
253
252
  event.persist();
254
253
  if (open)
255
254
  setTimeout(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",