3d-viewer test

main
Jan Umbach 2024-06-14 12:15:38 +02:00
parent ab62591805
commit 43a2452619
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@
// request data from server
let tJS = this.tJS;
console.log("msg sent");
this.Viewer3D.contentWindow.postMessage(JSON.stringify({"changeView":{"currentVariant": this.currentVariant, values: globalInputFormsObjValues[this.currentVariant]}}), "*");