publ-echo-test 0.0.248 → 0.0.250

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.
@@ -81,7 +81,7 @@ var Resizable = function (_a) {
81
81
  if (isContentsList && !oneComposition) {
82
82
  return;
83
83
  }
84
- if (target.clientHeight) {
84
+ if (target.clientHeight && !isContentsList) {
85
85
  minHeight.current = target.clientHeight;
86
86
  console.log("2", minHeight.current);
87
87
  }
@@ -127,9 +127,10 @@ var Resizable = function (_a) {
127
127
  paddingTB +
128
128
  insetTop +
129
129
  insetBottom;
130
+ console.log("oneCompositionMinHeight", oneCompositionMinHeight);
131
+ console.log("listMinHeight", listMinHeight);
130
132
  minWidth.current = listMinWidth;
131
133
  minHeight.current = listMinHeight;
132
- console.log("3", minHeight.current);
133
134
  return;
134
135
  }
135
136
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.248",
3
+ "version": "0.0.250",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",