publ-echo-test 0.0.252 → 0.0.254
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.
@@ -89,6 +89,7 @@ var Resizable = function (_a) {
|
|
89
89
|
// NOTE: 이건 좀 확인 필요. 근데 지금스팩엔 이게 맞아보임 (gap때문)
|
90
90
|
var minCellWidth = 10;
|
91
91
|
var minColHeight = 11;
|
92
|
+
console.log("one composition", oneComposition);
|
92
93
|
var numberOfItems = Number(target.getAttribute("data-number-of-items"));
|
93
94
|
var numberOfColumns = Number(target.getAttribute("data-number-of-columns"));
|
94
95
|
var rowGap = Number(target.getAttribute("data-row-gap"));
|
@@ -134,8 +135,8 @@ var Resizable = function (_a) {
|
|
134
135
|
insetBottom;
|
135
136
|
console.log("oneCompositionMinHeight", oneCompositionMinHeight);
|
136
137
|
console.log("listMinHeight", listMinHeight);
|
137
|
-
minWidth.current = listMinWidth;
|
138
|
-
minHeight.current = listMinHeight;
|
138
|
+
// minWidth.current = listMinWidth;
|
139
|
+
// minHeight.current = listMinHeight;
|
139
140
|
return;
|
140
141
|
}
|
141
142
|
}
|