shx-3d-render

main
Jan Umbach 2024-06-15 12:29:15 +02:00
parent 98ed77c3cb
commit 0f0d02d43b
1 changed files with 4 additions and 2 deletions

View File

@ -120,11 +120,13 @@
this.uuid = Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
this.section_id = this.getAttribute('section_id');
console.log('section_id', this.section_id);
this.section_id = null;
}
connectedCallback() {
this.section_id = this.getAttribute('section_id');
console.log('section_id', this.section_id);
this.innerHTML = '<div class="shx-input-forms-container"><div class="shx-input-forms-content"></div></div>';
this.container = this.querySelector('.shx-input-forms-container');
this.container.style.height = '0px';