publ-echo-test 0.0.241 → 0.0.242
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.
@@ -225,7 +225,8 @@ var GridItem = function (_a) {
|
|
225
225
|
var _g = calcWH(getPositionParams(), {
|
226
226
|
width: minWidth,
|
227
227
|
height: minHeight + insetTop + insetBottom,
|
228
|
-
}, x, y, 'e', props.w, props.h,
|
228
|
+
}, x, y, 'e', props.w, props.h, true), w = _g.w, h = _g.h;
|
229
|
+
console.log('newH, newW', h, w);
|
229
230
|
var prevW = props.w;
|
230
231
|
var prevH = props.h;
|
231
232
|
if (prevW > w) {
|