publ-echo-test 0.0.230 → 0.0.231

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.
@@ -76,15 +76,15 @@ var Resizable = function (_a) {
76
76
  return;
77
77
  }
78
78
  var target = (_a = placeholder.children[0].children[0].children[0]) !== null && _a !== void 0 ? _a : placeholder.children[0].children[0];
79
+ var oneComposition = target.querySelector('.composition-container');
80
+ var isContentsList = target.id === 'contentslist-box';
81
+ if (isContentsList && !oneComposition) {
82
+ return;
83
+ }
79
84
  if (target.clientHeight) {
80
85
  minHeight.current = target.clientHeight;
81
86
  }
82
- var oneComposition = target.querySelector('.composition-container');
83
- var isContentsList = target.id === 'contentslist-box';
84
- if (isContentsList) {
85
- if (!oneComposition) {
86
- return;
87
- }
87
+ if (isContentsList && oneComposition) {
88
88
  // NOTE: 이건 좀 확인 필요. 근데 지금스팩엔 이게 맞아보임 (gap때문)
89
89
  var minCellWidth = 10;
90
90
  var minCollHeight = 11;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.230",
3
+ "version": "0.0.231",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",