@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
|
*/
|