Skip to content

Commit

Permalink
fix(src/tools/annotation/FreehandMouseTool.js): Fire EVENTS.MEASUREME…
Browse files Browse the repository at this point in the history
…NT_MODIFIED on freehand edit.

EVENTS.MEASUREMENT_MODIFIED is now fired when a freehand annotation is modified.

#774
  • Loading branch information
James Petts committed Mar 7, 2019
1 parent 7fc4c2e commit 5d69387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/annotation/FreehandMouseTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,6 @@ export default class FreehandMouseTool extends BaseAnnotationTool {

// Force onImageRendered to fire
external.cornerstone.updateImage(eventData.element);

this.fireModifiedEvent(eventData.element, data);
}

Expand Down

0 comments on commit 5d69387

Please sign in to comment.