diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 9eb6fdf8..8d9be895 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -126,6 +126,7 @@ This series is not associated with any cases. }); function loadAnnotationAndViewportOnElement(annotation, viewport, dicom_element) { + cornerstoneTools.globalImageIdSpecificToolStateManager.clear(dicom_element); cornerstoneTools.globalImageIdSpecificToolStateManager.restoreToolState( annotationjson); console.log(annotationjson)