fix linter issue
parent
7fee63d8da
commit
3c8a9c5b00
|
@ -194,7 +194,7 @@ class LeftPanel {
|
|||
* @type {module}
|
||||
*/
|
||||
init() {
|
||||
const { i18next } = this.editor
|
||||
const { i18next } = this.editor;
|
||||
// add Left panel
|
||||
const template = document.createElement("template");
|
||||
// eslint-disable-next-line no-unsanitized/property
|
||||
|
|
Loading…
Reference in New Issue