@ahrowe/ui 0.2.4 → 0.2.5
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5829,7 +5829,7 @@ function zi({ reorderable: e, treeReorder: t, onReorder: n, onTreeDrop: r, longP
|
|
|
5829
5829
|
function ue(n, r) {
|
|
5830
5830
|
let i = t && b?.key === r ? b.position : void 0;
|
|
5831
5831
|
return {
|
|
5832
|
-
reorderable: le,
|
|
5832
|
+
reorderable: le && !s,
|
|
5833
5833
|
draggable: le && !B || void 0,
|
|
5834
5834
|
isDragging: le && r === v,
|
|
5835
5835
|
onMouseDown: le && s ? V : void 0,
|