publ-echo-test 0.0.265 → 0.0.266

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.
@@ -149,10 +149,6 @@ var Resizable = function (_a) {
149
149
  var tempCompositionH = oneComposition.clientHeight;
150
150
  var CompositionBGwrapperPaddingT = Number(oneComposition.getAttribute("data-wrapper-paddingT"));
151
151
  var CompositionBGwrapperPaddingB = Number(oneComposition.getAttribute("data-wrapper-paddingB"));
152
- if (wrapperH > tempCompositionH) {
153
- minHeight.current = 0;
154
- console.log("wrapper H > tempCompositionH");
155
- }
156
152
  if (tempCompositionH > wrapperH) {
157
153
  var oneCompositionMinHeight = tempCompositionH +
158
154
  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.266",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",