add text edit updates

pages
bat 3 years ago
parent bf8191aa58
commit 48244d8707

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

Loading…
Cancel
Save