From f5cf062f2156e509d61af41fdecfafd7e4f9941f Mon Sep 17 00:00:00 2001 From: agriyadev5 Date: Tue, 21 Sep 2021 15:32:18 +0530 Subject: [PATCH] #631 editor variable init changes --- src/editor/components/seListItem.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/components/seListItem.js b/src/editor/components/seListItem.js index 20d32eff..0208ebc5 100644 --- a/src/editor/components/seListItem.js +++ b/src/editor/components/seListItem.js @@ -34,6 +34,7 @@ export class SeListItem extends HTMLElement { this.$svg.setAttribute('style', 'display: none;'); this.$img = this._shadowRoot.querySelector('img'); this.$img.setAttribute('style', 'display: none;'); + this.editor = null; } /** * @function init