Fix duplicate eventData variable in measurementHandlers
This commit is contained in:
parent
9c97d6229e
commit
85a88744d5
@ -56,7 +56,7 @@ const MeasurementHandlers = {
|
||||
}
|
||||
},
|
||||
|
||||
onRemoved(eventData, instance) {
|
||||
onRemoved(event, instance) {
|
||||
const eventData = event.detail;
|
||||
const { toolType } = eventData;
|
||||
const { toolGroupId, toolGroup, tool } = OHIF.measurements.getToolConfiguration(toolType);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user