@itwin/core-frontend 3.6.0-dev.38 → 3.6.0-dev.40

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.
@@ -752,8 +752,8 @@ class MeasureAreaByPointsTool extends PrimitiveTool_1.PrimitiveTool {
752
752
  this._orientationValue = updatedValue.value;
753
753
  if (!this._orientationValue)
754
754
  return false;
755
- await this.onReinitialize();
756
755
  IModelApp_1.IModelApp.toolAdmin.toolSettingsState.saveToolSettingProperty(this.toolId, { propertyName: MeasureAreaByPointsTool._orientationName, value: this._orientationValue });
756
+ await this.onReinitialize();
757
757
  return true;
758
758
  }
759
759
  return false;