canvas-editor-engine 2.3.40 → 2.3.41
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 +0 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -2645,7 +2645,6 @@ var DrawAccumulatorService = function() {
|
|
2645
2645
|
filteredPainters = this.painters.filter((function(painter) {
|
2646
2646
|
return painter.id !== painterId;
|
2647
2647
|
}));
|
2648
|
-
if (!(filteredPainters === null || filteredPainters === void 0 ? void 0 : filteredPainters.length)) return [ 2, console.warn("Painter not found") ];
|
2649
2648
|
this.painters = createDynamicPainterStore();
|
2650
2649
|
filteredPainters.forEach((function(painter) {
|
2651
2650
|
_this.painters.push({
|