publ-echo-test 0.0.224 → 0.0.225

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.
@@ -179,11 +179,8 @@ var GridItem = function (_a) {
179
179
  width: minWidth,
180
180
  height: minHeight,
181
181
  }, x, y, 'e', props.w, props.h, false), w_2 = _a.w, h_2 = _a.h;
182
- // if (keepWidth) {
183
- // w = prevW;
184
- // }
185
- if (minWidth > w_2) {
186
- w_2 = minWidth;
182
+ if (keepWidth) {
183
+ w_2 = prevW;
187
184
  }
188
185
  if (prevH > h_2) {
189
186
  h_2 = prevH;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.224",
3
+ "version": "0.0.225",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",