@fileverse-dev/ddoc 3.0.72-patch-1 → 3.0.73-patch-1
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.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -182241,7 +182241,7 @@ const K$e = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
182241
182241
|
transform: o,
|
|
182242
182242
|
transition: i,
|
|
182243
182243
|
isDragging: s
|
|
182244
|
-
} = GJ({ id: e.id });
|
|
182244
|
+
} = GJ({ id: e.id }), { tabIndex: a, ...l } = t;
|
|
182245
182245
|
return /* @__PURE__ */ F.jsx(
|
|
182246
182246
|
"div",
|
|
182247
182247
|
{
|
|
@@ -182256,7 +182256,7 @@ const K$e = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
182256
182256
|
{
|
|
182257
182257
|
...e,
|
|
182258
182258
|
dragHandleProps: {
|
|
182259
|
-
...
|
|
182259
|
+
...l,
|
|
182260
182260
|
...n
|
|
182261
182261
|
}
|
|
182262
182262
|
}
|