@fileverse-dev/fortune-react 1.2.48 → 1.2.50
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.
|
@@ -238,7 +238,6 @@ export var useColumnDragAndDrop = function useColumnDragAndDrop(containerRef, se
|
|
|
238
238
|
});
|
|
239
239
|
selectedSourceColRef.current = selectedSourceCol;
|
|
240
240
|
selectedTargetColRef.current = selectedTargetCol;
|
|
241
|
-
console.log("selectedSourceCol", selectedTargetCol);
|
|
242
241
|
selectedSourceCol.forEach(function () {
|
|
243
242
|
var adjustedSourceIndex = sourceIndex_1;
|
|
244
243
|
if (targetIndex < sourceIndex_1) {
|
|
@@ -246,7 +246,6 @@ var useColumnDragAndDrop = exports.useColumnDragAndDrop = function useColumnDrag
|
|
|
246
246
|
});
|
|
247
247
|
selectedSourceColRef.current = selectedSourceCol;
|
|
248
248
|
selectedTargetColRef.current = selectedTargetCol;
|
|
249
|
-
console.log("selectedSourceCol", selectedTargetCol);
|
|
250
249
|
selectedSourceCol.forEach(function () {
|
|
251
250
|
var adjustedSourceIndex = sourceIndex_1;
|
|
252
251
|
if (targetIndex < sourceIndex_1) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.50",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsc": "tsc"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fileverse-dev/fortune-core": "1.2.
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.2.50",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-40",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|