|
|
@ -1,5 +1,6 @@ |
|
|
export class Project extends HTMLElement { |
|
|
export class Project extends HTMLElement { |
|
|
constructor() { |
|
|
constructor() { |
|
|
|
|
|
super() |
|
|
const shadow = this.attachShadow({mode: 'open'}) |
|
|
const shadow = this.attachShadow({mode: 'open'}) |
|
|
const textArea = document.createElement('textarea') |
|
|
const textArea = document.createElement('textarea') |
|
|
textArea.defaultValue = localStorage.getItem( |
|
|
textArea.defaultValue = localStorage.getItem( |
|
|
|