publ-echo-test 0.0.265 → 0.0.267

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.
@@ -66,6 +66,7 @@ var Resizable = function (_a) {
66
66
  extendedHeightRef.current = null;
67
67
  minWidth.current = 0;
68
68
  shouldShrinkRef.current = false;
69
+ minHeight.current = 0;
69
70
  return;
70
71
  }
71
72
  if (!elementRef.current) {
@@ -112,6 +113,7 @@ var Resizable = function (_a) {
112
113
  extendedHeightRef.current = null;
113
114
  minWidth.current = 0;
114
115
  shouldShrinkRef.current = false;
116
+ minHeight.current = 0;
115
117
  return;
116
118
  }
117
119
  if (!elementRef.current) {
@@ -149,10 +151,6 @@ var Resizable = function (_a) {
149
151
  var tempCompositionH = oneComposition.clientHeight;
150
152
  var CompositionBGwrapperPaddingT = Number(oneComposition.getAttribute("data-wrapper-paddingT"));
151
153
  var CompositionBGwrapperPaddingB = Number(oneComposition.getAttribute("data-wrapper-paddingB"));
152
- if (wrapperH > tempCompositionH) {
153
- minHeight.current = 0;
154
- console.log("wrapper H > tempCompositionH");
155
- }
156
154
  if (tempCompositionH > wrapperH) {
157
155
  var oneCompositionMinHeight = tempCompositionH +
158
156
  CompositionBGwrapperPaddingT +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.265",
3
+ "version": "0.0.267",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",