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

This commit is contained in:
2025-12-24 17:13:31 +08:00
parent b2119c3acd
commit ef46e4cb08
@@ -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) {