canvas-editor-engine 2.3.62 → 2.3.63

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2582,7 +2582,7 @@ var DrawLayersService = function() {
2582
2582
  _this.layerList.forEach((function(l) {
2583
2583
  return l.order < mostMin_1 ? mostMin_1 = l.order : null;
2584
2584
  }));
2585
- newOrder = mostMin_1;
2585
+ newOrder = mostMin_1 - 1;
2586
2586
  break;
2587
2587
  }
2588
2588
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "2.3.62",
3
+ "version": "2.3.63",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",