mpr视图时禁止切换多视图
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b2119c3acd
commit
ef46e4cb08
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue