@blocklet/pages-kit-block-studio 0.6.71 → 0.6.73
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.
|
@@ -474,7 +474,7 @@ function Layout({ loadState, loadedData }) {
|
|
|
474
474
|
activationConstraint: {
|
|
475
475
|
distance: 8, // 8px movement required to start drag
|
|
476
476
|
},
|
|
477
|
-
})
|
|
477
|
+
}));
|
|
478
478
|
// Drag event handlers
|
|
479
479
|
const handleDragStart = (event) => {
|
|
480
480
|
const { active } = event;
|