@abdellatifui/react 3.2.92 → 3.2.93
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/nextgen.js +0 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -24075,7 +24075,6 @@ const AccordionItem = (props) => {
|
|
|
24075
24075
|
}, delay);
|
|
24076
24076
|
}
|
|
24077
24077
|
if (!isOpen) {
|
|
24078
|
-
$(contentRef.current).find("div").first().addClass("css-opacity-0");
|
|
24079
24078
|
onClose(form);
|
|
24080
24079
|
}
|
|
24081
24080
|
updateApi((prev) => ({ ...prev, ...form }));
|