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