canvas-editor-engine 1.0.27 → 1.0.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,7 @@ class ExcretionsComponent extends component_service_1.default {
23
23
  background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
24
24
  background-position: left top, right bottom, left bottom, right top;
25
25
  animation: border-dance 1s infinite linear;
26
+ z-index: ${tool_layers_service_1.ToolLayer.getLayerIndex('low')};
26
27
  }
27
28
 
28
29
  .excretion_crop {
@@ -43,7 +44,7 @@ class ExcretionsComponent extends component_service_1.default {
43
44
  width: 30px;
44
45
  height: 30px;
45
46
  cursor: pointer;
46
- z-index: ${tool_layers_service_1.ToolLayer.getLayerIndex('high')}
47
+ z-index: ${tool_layers_service_1.ToolLayer.getLayerIndex('high')};
47
48
  }
48
49
 
49
50
  .crop-button--view {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",