@leapfrog/interactive-canvas 1.4.2 → 1.4.3

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.
@@ -564,6 +564,13 @@ var StandardLayoutManager = /** @class */ (function (_super) {
564
564
  this.canvas.setMultiSelect(false);
565
565
  this.redrawAll.execute(this.canvas);
566
566
  };
567
+ /**
568
+ * @override
569
+ */
570
+ StandardLayoutManager.prototype.onCanvasDimensionsChange = function () {
571
+ this.repositionCutoffs.execute(this.canvas);
572
+ this.repositionBorders.execute(this.canvas);
573
+ };
567
574
  /**
568
575
  * @override
569
576
  */
@@ -566,6 +566,13 @@ var StandardLayoutManager = /** @class */ (function (_super) {
566
566
  this.canvas.setMultiSelect(false);
567
567
  this.redrawAll.execute(this.canvas);
568
568
  };
569
+ /**
570
+ * @override
571
+ */
572
+ StandardLayoutManager.prototype.onCanvasDimensionsChange = function () {
573
+ this.repositionCutoffs.execute(this.canvas);
574
+ this.repositionBorders.execute(this.canvas);
575
+ };
569
576
  /**
570
577
  * @override
571
578
  */
@@ -19,6 +19,10 @@ export declare class StandardLayoutManager extends AbstractLayoutManager {
19
19
  * @override
20
20
  */
21
21
  onProfileChange(profile: ICanvasProfile): void;
22
+ /**
23
+ * @override
24
+ */
25
+ onCanvasDimensionsChange(): void;
22
26
  /**
23
27
  * @override
24
28
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leapfrog/interactive-canvas",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Leapfrog interactive canvas",
5
5
  "files": [
6
6
  "dist"