canvas-editor-engine 1.0.50 → 1.0.52
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/web-component.js +2 -3
- package/package.json +1 -1
package/dist/web-component.js
CHANGED
@@ -6,7 +6,6 @@ const excretions_component_1 = require("./components/excretions.component");
|
|
6
6
|
const loading_component_1 = require("./components/loading.component");
|
7
7
|
const pipette_component_1 = require("./components/pipette.component");
|
8
8
|
const slot_component_1 = require("./components/slot.component");
|
9
|
-
const event_service_1 = require("./services/event.service");
|
10
9
|
class WebComponentWrapper {
|
11
10
|
baseElement;
|
12
11
|
editorWrapElement;
|
@@ -94,8 +93,8 @@ class WebComponent extends HTMLElement {
|
|
94
93
|
webComponentWrapper.editorWrap.add(loadingTemplate, loadingStyle);
|
95
94
|
shadowRoot.appendChild(webComponentWrapper.baseElement);
|
96
95
|
canvas_component_1.default.simulateSubscriptions();
|
97
|
-
const eventService = new
|
98
|
-
eventService.applyEvents();
|
96
|
+
// const eventService = new EventService(webComponentWrapper.baseElement);
|
97
|
+
// eventService.applyEvents();
|
99
98
|
this.addEventListener('initial', () => {
|
100
99
|
this.dispatchEvent(new CustomEvent('get-editor-element', {
|
101
100
|
detail: {
|