canvas-editor-engine 1.0.9 → 1.0.10

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