3d-viewer test

main
Jan Umbach 2024-06-14 11:46:59 +02:00
parent 169b154906
commit ab62591805
1 changed files with 1 additions and 1 deletions

View File

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