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 3f905c82..a74a98da 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -3141,7 +3141,7 @@ export default { return typeof value === 'number' && value !== null && !isNaN(value) }, showPanel(e, toolName) { - if (toolName === 'layout' && this.isFusion) return false + if (toolName === 'layout' && (this.isFusion || this.isMPR)) return false e.currentTarget.firstChild.lastChild.style.display = 'block' }, toolMouseout(e) {