@blocklet/pages-kit-block-studio 0.6.72 → 0.6.74

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
- }), (0, core_1.useSensor)(core_1.KeyboardSensor));
477
+ }));
478
478
  // Drag event handlers
479
479
  const handleDragStart = (event) => {
480
480
  const { active } = event;