#631 editor variable init changes
This commit is contained in:
@@ -34,6 +34,7 @@ export class SeListItem extends HTMLElement {
|
|||||||
this.$svg.setAttribute('style', 'display: none;');
|
this.$svg.setAttribute('style', 'display: none;');
|
||||||
this.$img = this._shadowRoot.querySelector('img');
|
this.$img = this._shadowRoot.querySelector('img');
|
||||||
this.$img.setAttribute('style', 'display: none;');
|
this.$img.setAttribute('style', 'display: none;');
|
||||||
|
this.editor = null;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* @function init
|
* @function init
|
||||||
|
|||||||
Reference in New Issue
Block a user