@ -51,7 +51,7 @@ export class TextEdit extends HTMLElement {
set value(value) {
this.textEl.value = value
this.stackEl.dataset.copy = this.textEl.value
}
get value() {
return this.textEl.value