@jfvilas/react-file-manager 1.0.11 → 1.0.12
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.
|
@@ -4449,7 +4449,7 @@ const jn = ({
|
|
|
4449
4449
|
};
|
|
4450
4450
|
return ee(() => {
|
|
4451
4451
|
v(r.includes(t)), F(r.includes(t) ? "visible" : "hidden");
|
|
4452
|
-
}, [r]),
|
|
4452
|
+
}, [r]), /* @__PURE__ */ R(
|
|
4453
4453
|
"div",
|
|
4454
4454
|
{
|
|
4455
4455
|
className: `file-item-container ${A} ${m || e.isEditing ? "file-selected" : ""} ${z ? "file-moving" : ""}`,
|