#631 editor variable init changes

This commit is contained in:
agriyadev5
2021-09-21 15:32:18 +05:30
parent a29a82e921
commit f5cf062f21

View File

@@ -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