dev-Rene #18

Merged
renederen merged 18 commits from dev-Rene into main 2025-12-19 10:51:14 +00:00
Showing only changes of commit 067017f2ea - Show all commits

View File

@@ -100,6 +100,7 @@ class MeasurementContainer {
} }
this._currentVariant = variantName; this._currentVariant = variantName;
this._currentPosition = null; this._currentPosition = null;
this._currentChildId = null;
return this; return this;
} }
@@ -226,8 +227,6 @@ class MeasurementContainer {
return requireValues ? measurement.values?.length > 0 : true; return requireValues ? measurement.values?.length > 0 : true;
} }
unit(unitName) { unit(unitName) {
if (!this._ensureChainIsValid()) return this; if (!this._ensureChainIsValid()) return this;