canvas-editor-engine 1.0.70 → 1.0.71

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,8 +67,8 @@ class LoadingComponent extends component_service_1.default {
67
67
  const loadingTemplate = LoadingComponent.getTemplate(LoadingComponent.template, wrapOptions);
68
68
  const loadingStyle = LoadingComponent.getStyle(LoadingComponent.css);
69
69
  LoadingComponent.loading = loadingTemplate;
70
- // LoadingComponent.subscribeLoadingStart();
71
- // LoadingComponent.subscribeLoadingEnd();
70
+ LoadingComponent.subscribeLoadingStart();
71
+ LoadingComponent.subscribeLoadingEnd();
72
72
  return { loadingTemplate, loadingStyle };
73
73
  }
74
74
  static hide() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.70",
3
+ "version": "1.0.71",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",