@leapfrog/interactive-canvas 1.10.1 → 1.10.2
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.
|
@@ -3354,6 +3354,7 @@ var AbstractInteractiveCanvas = /** @class */ (function () {
|
|
|
3354
3354
|
case 2:
|
|
3355
3355
|
if (canvasState.backgroundColor)
|
|
3356
3356
|
this.setBackgroundColor(canvasState.backgroundColor);
|
|
3357
|
+
this.backgroundColor$.next(this.fabricCanvas.backgroundColor);
|
|
3357
3358
|
this.bindFields(canvasState.objects);
|
|
3358
3359
|
this.removePersistedBullets();
|
|
3359
3360
|
this.layoutManager$.value.onInit();
|
|
@@ -3354,6 +3354,7 @@ var AbstractInteractiveCanvas = /** @class */ (function () {
|
|
|
3354
3354
|
case 2:
|
|
3355
3355
|
if (canvasState.backgroundColor)
|
|
3356
3356
|
this.setBackgroundColor(canvasState.backgroundColor);
|
|
3357
|
+
this.backgroundColor$.next(this.fabricCanvas.backgroundColor);
|
|
3357
3358
|
this.bindFields(canvasState.objects);
|
|
3358
3359
|
this.removePersistedBullets();
|
|
3359
3360
|
this.layoutManager$.value.onInit();
|