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:
Joe Boccanfuso 2023-01-16 20:38:37 -05:00 committed by GitHub
parent 58ae8690a7
commit b51c59016c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,6 +197,7 @@ class MeasurementService {
this._broadcastEvent(this.EVENTS.MEASUREMENT_UPDATED, {
source: measurement.source,
measurement,
notYetUpdatedAtSource: false,
});
}