도머 지붕재 변경 삭제

This commit is contained in:
김민식 2025-03-06 15:46:16 +09:00
parent 72f73cff2a
commit 187bdbcbac

View File

@ -151,11 +151,6 @@ export function useContextMenu() {
name: `${getMessage('contextmenu.copy')}(C)`,
fn: () => copyObject(),
},
{
id: 'roofMaterialEdit',
name: getMessage('contextmenu.roof.material.edit'),
component: <RoofMaterialSetting id={popupId} />,
},
{
id: 'dormerOffset',
name: getMessage('contextmenu.dormer.offset'),