컨텍스트 메뉴 수정

This commit is contained in:
yjnoh 2024-09-06 10:23:13 +09:00
parent dcdbb626f7
commit cc1691abb8

View File

@ -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' //
}
} }
} }