diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 918d0a87..e3e236fa 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1560,9 +1560,9 @@ export default { this.saveCustomAnnotationTimer = setTimeout(()=>{this.saveCustomAnnotation(annotation)},500) } } else { - if (this.isNumber(operateStateEnum)) { - this.removeAnnotation(annotation) - } + // if (this.isNumber(operateStateEnum)) { + // this.removeAnnotation(annotation) + // } } }