canvas-editor-engine 2.3.28 → 2.3.30
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.
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -2621,6 +2621,7 @@ var DrawAccumulatorService = function() {
|
|
2621
2621
|
object: painter,
|
2622
2622
|
update: this.update.bind(this)
|
2623
2623
|
});
|
2624
|
+
console.log("this.painters", this.painters);
|
2624
2625
|
this.drawLayersService.addToLayer(layerId, painter);
|
2625
2626
|
this.invokePainter(drawType, painter.drawService);
|
2626
2627
|
return [ 2 ];
|