@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user