3d-viewer test

main
Jan Umbach 2024-06-14 11:04:07 +02:00
parent 99a653b857
commit 6987303d58
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@
connectedCallback() {
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';
this.content = this.container.querySelector('.shx-input-forms-content');
this.Viewer3D = document.createElement('iframe');