@measured/puck 0.19.0-canary.6dcd65d0 → 0.19.0-canary.75340804

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.js CHANGED
@@ -6074,10 +6074,6 @@ var DragDropContextClient = ({
6074
6074
  },
6075
6075
  onDragStart: (event, manager) => {
6076
6076
  var _a;
6077
- dispatch({
6078
- type: "setUi",
6079
- ui: { itemSelector: null, isDragging: true }
6080
- });
6081
6077
  const { source } = event.operation;
6082
6078
  if (source && source.type !== "void") {
6083
6079
  const sourceData = source.data;
package/dist/index.mjs CHANGED
@@ -5713,10 +5713,6 @@ var DragDropContextClient = ({
5713
5713
  },
5714
5714
  onDragStart: (event, manager) => {
5715
5715
  var _a;
5716
- dispatch({
5717
- type: "setUi",
5718
- ui: { itemSelector: null, isDragging: true }
5719
- });
5720
5716
  const { source } = event.operation;
5721
5717
  if (source && source.type !== "void") {
5722
5718
  const sourceData = source.data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.19.0-canary.6dcd65d0",
3
+ "version": "0.19.0-canary.75340804",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",