@colijnit/configurator 261.20.4 → 261.20.5

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.
@@ -9877,6 +9877,7 @@ class BuildFurnitureService extends BuildFurnitureBaseService {
9877
9877
  this.configuratorConnectorService.emptySelections();
9878
9878
  this.full3DObjectToUse.children.forEach(c => c.visible = true);
9879
9879
  result.object = this.full3DObjectToUse;
9880
+ result.resultType = ResultType.Loaded;
9880
9881
  // Scene3DUtil.updatePivot(result.object);
9881
9882
  if (result.default180) {
9882
9883
  result.object.rotation.set(this.defaultRotation.x, this.defaultRotation.y, this.defaultRotation.z);