fix(MeasurementService): OHIF-433 Clicking on measurement should highlight the measuremen… (#3120)
Annotation selection update event originates from CS3D and as such should use the notUpdatedAtSource:false flag.
This commit is contained in:
parent
58ae8690a7
commit
b51c59016c
@ -197,6 +197,7 @@ class MeasurementService {
|
|||||||
this._broadcastEvent(this.EVENTS.MEASUREMENT_UPDATED, {
|
this._broadcastEvent(this.EVENTS.MEASUREMENT_UPDATED, {
|
||||||
source: measurement.source,
|
source: measurement.source,
|
||||||
measurement,
|
measurement,
|
||||||
|
notYetUpdatedAtSource: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user