canvas-editor-engine 2.3.55 → 2.3.56
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
@@ -2614,6 +2614,7 @@ var DrawLayersService = function() {
|
|
2614
2614
|
layer.order = newOrder;
|
2615
2615
|
_this.layerList[layerIndex] = layer;
|
2616
2616
|
_this.appStoreRepository.store.drawLayersState.reduce("UPDATE_LAYER", layer);
|
2617
|
+
console.log(_this.layerList.slice(layerIndex + 1, replaceableIndex + 1));
|
2617
2618
|
_this.layerList.slice(layerIndex + 1, replaceableIndex + 1).forEach((function(layer, index) {
|
2618
2619
|
_this.layerList[index].order = layer.order - 1;
|
2619
2620
|
_this.appStoreRepository.store.drawLayersState.reduce("UPDATE_LAYER", _this.layerList[index]);
|