update
This commit is contained in:
@@ -130,7 +130,7 @@ class MeasurementContainer {
|
|||||||
measurement.setUnit(finalUnit);
|
measurement.setUnit(finalUnit);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ✅ ENHANCED: Emit event with rich context
|
// ENHANCED: Emit event with rich context
|
||||||
const eventData = {
|
const eventData = {
|
||||||
value: convertedValue,
|
value: convertedValue,
|
||||||
originalValue: val,
|
originalValue: val,
|
||||||
@@ -140,7 +140,7 @@ class MeasurementContainer {
|
|||||||
position: this._currentPosition,
|
position: this._currentPosition,
|
||||||
variant: this._currentVariant,
|
variant: this._currentVariant,
|
||||||
type: this._currentType,
|
type: this._currentType,
|
||||||
// ✅ NEW: Enhanced context
|
// NEW: Enhanced context
|
||||||
childId: this.childId,
|
childId: this.childId,
|
||||||
childName: this.childName,
|
childName: this.childName,
|
||||||
parentRef: this.parentRef
|
parentRef: this.parentRef
|
||||||
|
|||||||
Reference in New Issue
Block a user