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