This commit is contained in:
znetsixe
2025-09-03 14:35:23 +02:00
parent 83ca429bf5
commit eb15da2a63

View File

@@ -130,7 +130,7 @@ class MeasurementContainer {
measurement.setUnit(finalUnit);
}
// ENHANCED: Emit event with rich context
// ENHANCED: Emit event with rich context
const eventData = {
value: convertedValue,
originalValue: val,
@@ -140,7 +140,7 @@ class MeasurementContainer {
position: this._currentPosition,
variant: this._currentVariant,
type: this._currentType,
// NEW: Enhanced context
// NEW: Enhanced context
childId: this.childId,
childName: this.childName,
parentRef: this.parentRef