canvas-editor-engine 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,9 +18,9 @@ class WebComponentWrapper {
18
18
  editorWrap.style.position = 'relative';
19
19
  editorWrap.style.display = 'flex';
20
20
  const toolsWrap = document.createElement('div');
21
- editorWrap.className = 'tools-wrap';
22
- editorWrap.style.position = 'relative';
23
- editorWrap.style.display = 'flex';
21
+ toolsWrap.className = 'tools-wrap';
22
+ toolsWrap.style.position = 'relative';
23
+ toolsWrap.style.display = 'flex';
24
24
  base.appendChild(stylesWrap);
25
25
  base.appendChild(editorWrap);
26
26
  base.appendChild(toolsWrap);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",