publ-echo-test 0.0.89 → 0.0.91

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.
@@ -241,12 +241,10 @@ var DraggableCore = function (_a) {
241
241
  }
242
242
  }
243
243
  var handleMouseDown = function (e) {
244
- setPointerEventsNone(true);
245
244
  dragEventFor = EVENTS.MOUSE;
246
245
  return handleDragStart(e);
247
246
  };
248
247
  var handleMouseUp = function (e) {
249
- setPointerEventsNone(false);
250
248
  dragEventFor = EVENTS.MOUSE;
251
249
  return handleDragStop(e);
252
250
  };
@@ -264,7 +262,6 @@ var DraggableCore = function (_a) {
264
262
  onMouseUp: handleMouseUp,
265
263
  onTouchEnd: handleTouchEnd,
266
264
  ref: (_b = props.nodeRef) !== null && _b !== void 0 ? _b : draggableCoreRef,
267
- className: pointerEventsNone ? 'pointer-events-none' : props.className,
268
265
  });
269
266
  };
270
267
  export default DraggableCore;
@@ -399,7 +399,6 @@ var GridItem = function (_a) {
399
399
  "react-draggable-dragging": Boolean(dragging),
400
400
  // dropping: Boolean(droppingPosition),
401
401
  cssTransforms: useCSSTransforms,
402
- 'pointer-events-none': !isDraggable,
403
402
  }),
404
403
  style: __assign(__assign(__assign({}, props.style), child.props.style), createStyle(pos)),
405
404
  });
@@ -140,7 +140,6 @@ var ReactGridLayout = function (_a) {
140
140
  var _b;
141
141
  var e = _a.e, node = _a.node;
142
142
  var l = (_b = getLayoutItem(layout, i)) !== null && _b !== void 0 ? _b : { i: i, x: x, y: y, w: 1, h: 1 };
143
- console.log(l);
144
143
  if (!l)
145
144
  return;
146
145
  setOldDragItem(cloneLayoutItem(l));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.89",
3
+ "version": "0.0.91",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",