컨텍스트 메뉴 수정
This commit is contained in:
parent
dcdbb626f7
commit
cc1691abb8
@ -12,9 +12,11 @@ export default function QContextMenu(props) {
|
|||||||
let contextType = ''
|
let contextType = ''
|
||||||
|
|
||||||
if (activeObject) {
|
if (activeObject) {
|
||||||
//이건 바뀔 가능성이 있음
|
if (activeObject.initOptions) {
|
||||||
if (activeObject.initOptions.name.indexOf('guide') > -1) {
|
//이건 바뀔 가능성이 있음
|
||||||
contextType = 'surface' //면형상
|
if (activeObject.initOptions.name.indexOf('guide') > -1) {
|
||||||
|
contextType = 'surface' //면형상
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user