publ-echo-test 0.0.297 → 0.0.298

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.
@@ -282,7 +282,6 @@ var Resizable = function (_a) {
282
282
  var _b, _c;
283
283
  var _d, _e, _f, _g, _h, _j;
284
284
  var node = _a.node, deltaX = _a.deltaX, deltaY = _a.deltaY;
285
- console.log("handleAxis:", handleAxis);
286
285
  if (handlerName === "onResizeStart") {
287
286
  var position = { top: (_d = props.top) !== null && _d !== void 0 ? _d : 0, left: (_e = props.left) !== null && _e !== void 0 ? _e : 0 };
288
287
  startPosition.current = position;
@@ -335,6 +334,7 @@ var Resizable = function (_a) {
335
334
  if (autoResize && minHeight.current === height) {
336
335
  handleAxis = removeNorthHandle(handleAxis);
337
336
  }
337
+ console.log("deltax deltay", deltaX, deltaY);
338
338
  _c = checkTopLeft(deltaX, deltaY, top, left, width, height, handleAxis), top = _c[0], left = _c[1];
339
339
  var isDimensionsChanged = width !== props.width || height !== props.height;
340
340
  var cb = typeof props[handlerName] === "function" ? props[handlerName] : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.297",
3
+ "version": "0.0.298",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",