-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freehand tool doesn't fire MEASUREMENT_MODIFIED event #774
Comments
If possible to update this in v2.4.0 I'll submit a PR and if someone can confirmed it exists in vNext I'll update that too. This can be fixed by firing the event in the addPoint and endDrawing methods:
|
…clude area statistics on completion.
…clude area statistics on completion. (#786)
This is fixed for v2 in branch v2.4.x. |
Hey @Zaid-Safadi , if I get time tomorrow I can do this for v3/master :). |
That would be really nice @JamesAPetts ! please let me know know if there is anything I can help with. Thank you |
…NT_MODIFIED on freehand edit. EVENTS.MEASUREMENT_MODIFIED is now fired when a freehand annotation is modified. cornerstonejs#774
…to fix-freehand-cornerstonejs#774 # Conflicts: # yarn.lock
Prerequisites
Using v2.4.0
For more information, see the
CONTRIBUTING
guide.Description
The freehand tool doesn't fire the cornerstonetoolsmeasurementmodified event as the other measurement tools
Not sure if this issue is fixed in vNext.
Steps to Reproduce
Expected behavior:
The event "cornerstonetoolsmeasurementmodified" be fired and the handler is called.
Actual behavior:
Event is not fired.
The text was updated successfully, but these errors were encountered: