@grame/faustwasm 0.0.40 → 0.0.42

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.
@@ -2719,7 +2719,6 @@ class HGroup extends _AbstractGroup__WEBPACK_IMPORTED_MODULE_0__["default"] {
2719
2719
  }
2720
2720
  item.expand(dX$, dY$);
2721
2721
  });
2722
- this.layout.width += dX;
2723
2722
  return this;
2724
2723
  }
2725
2724
  offset() {
@@ -3166,7 +3165,6 @@ class VGroup extends _AbstractGroup__WEBPACK_IMPORTED_MODULE_0__["default"] {
3166
3165
  }
3167
3166
  item.expand(dX$, dY$);
3168
3167
  });
3169
- this.layout.height += dY;
3170
3168
  return this;
3171
3169
  }
3172
3170
  offset() {