shx-3d-render
parent
98ed77c3cb
commit
0f0d02d43b
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue