diff --git a/components/project.js b/components/project.js index 0ba5f9b..fa4a73c 100644 --- a/components/project.js +++ b/components/project.js @@ -1,5 +1,6 @@ export class Project extends HTMLElement { constructor() { + super() const shadow = this.attachShadow({mode: 'open'}) const textArea = document.createElement('textarea') textArea.defaultValue = localStorage.getItem(