diff --git a/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue b/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue index 6769aa2..666393f 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue @@ -854,6 +854,20 @@ export default { // } } }, + 'activeSeries.seriesId': { + handler(v) { + if (this.cornerstoneStyle.position) { + this.cornerstoneStyle = {} + } + this.$nextTick(() => { + if (this.fullScreenIndex !== -1) { + this.setCornerstoneStyle() + } + }) + }, + immediate: true, + deep: true + }, imageQualityIssues: { immediate: true, handler(v) { }