@smarterplan/ngx-smarterplan-core 1.1.14 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2918,7 +2918,7 @@ class MatterportService {
2918
2918
  modelNode.obj3D.controls = myControl; // store gizmoCtrl inside object
2919
2919
  if (!this.lastObject3D || !this.lastObject3D.controls) {
2920
2920
  try {
2921
- modelNode.obj3D.id = this.lastObject3D.uuid || this.lastObject3D.id;
2921
+ modelNode.obj3D.uuid = this.lastObject3D.uuid || this.lastObject3D.id;
2922
2922
  }
2923
2923
  catch (e) {
2924
2924
  console.log(`id obj in Scene was not assigned to id from DB since`);