|
|
@ -43,7 +43,6 @@ export class Page extends HTMLElement { |
|
|
) |
|
|
) |
|
|
}) |
|
|
}) |
|
|
const div = document.createElement('div') |
|
|
const div = document.createElement('div') |
|
|
div.appendChild(this.header) |
|
|
|
|
|
div.appendChild(this.textArea) |
|
|
div.appendChild(this.textArea) |
|
|
shadow.appendChild(div) |
|
|
shadow.appendChild(div) |
|
|
} |
|
|
} |
|
|
|