Actualizar 'components/page.js'

file-group-page
bat 3 years ago
parent b561855399
commit acef1aca17

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

Loading…
Cancel
Save