mpr视图时禁止切换多视图
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-24 17:13:31 +08:00
parent b2119c3acd
commit ef46e4cb08
1 changed files with 1 additions and 1 deletions

View File

@ -3141,7 +3141,7 @@ export default {
return typeof value === 'number' && value !== null && !isNaN(value) return typeof value === 'number' && value !== null && !isNaN(value)
}, },
showPanel(e, toolName) { 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' e.currentTarget.firstChild.lastChild.style.display = 'block'
}, },
toolMouseout(e) { toolMouseout(e) {