canvas-editor-engine 2.3.61 → 2.3.62
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 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -2621,7 +2621,7 @@ var DrawLayersService = function() {
|
|
2621
2621
|
return layer.order === newOrder;
|
2622
2622
|
}));
|
2623
2623
|
_this.layerList = _this.layerList.map((function(item, idx) {
|
2624
|
-
if (idx
|
2624
|
+
if (idx >= layerIdx_1 && idx <= replaceableIdx_1) {
|
2625
2625
|
item.order -= 1;
|
2626
2626
|
}
|
2627
2627
|
return item;
|