Update cmenuDialog.js
parent
5a87301f90
commit
396a60f518
|
@ -146,8 +146,8 @@ export class SeCMenuDialog extends HTMLElement {
|
|||
this.$moveBackLink = this._shadowRoot.querySelector('#se-move-back');
|
||||
}
|
||||
init (i18next) {
|
||||
var textnode = document.createTextNode(newValue);
|
||||
this._shadowRoot.querySelector('#se-cut').prepend(textnode);
|
||||
console.log(i18next);
|
||||
this.setAttribute('toolscut', 'a test');
|
||||
}
|
||||
/**
|
||||
* @function observedAttributes
|
||||
|
|
Loading…
Reference in New Issue