Browse Source

add text edit updates

pages
bat 3 years ago
parent
commit
48244d8707
  1. 2
      text-edit.js

2
text-edit.js

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