오류 수정

This commit is contained in:
yjnoh 2025-02-06 18:18:58 +09:00
parent 17d34bb036
commit 5c0451bc96
3 changed files with 6 additions and 6 deletions

View File

@ -211,10 +211,10 @@ const Placement = forwardRef((props, refs) => {
</div> </div>
</div> </div>
<div className="self-table-flx"> <div className="self-table-flx">
<div className="d-check-box pop"> {/* <div className="d-check-box pop">
<input type="checkbox" id="ch04" checked={isMaxSetup === 'true'} value={'true'} onChange={handleMaxSetup} /> <input type="checkbox" id="ch04" checked={isMaxSetup === 'true'} value={'true'} onChange={handleMaxSetup} />
<label htmlFor="ch04">{getMessage('modal.module.basic.setting.module.placement.maximum')}</label> <label htmlFor="ch04">{getMessage('modal.module.basic.setting.module.placement.maximum')}</label>
</div> </div> */}
</div> </div>
</div> </div>
</div> </div>

View File

@ -813,7 +813,7 @@ export function useModuleBasicSetting(tabNum) {
const flowLines = getFlowLines(moduleSetupSurface, module) const flowLines = getFlowLines(moduleSetupSurface, module)
//육지붕이 아닐때만 넣는다 육지붕일땐 클릭 이벤트에 별도로 넣어놓음 //육지붕이 아닐때만 넣는다 육지붕일땐 클릭 이벤트에 별도로 넣어놓음
let startPoint = flowLines.left let startPoint = flowLines.bottom
const moduleArray = [] const moduleArray = []
if (isCenter) { if (isCenter) {
@ -900,8 +900,8 @@ export function useModuleBasicSetting(tabNum) {
moduleArray.push(tempModule) moduleArray.push(tempModule)
} }
} else { } else {
tempModule.set({ fill: 'rgba(255,190,41, 0.4)', stroke: 'black', strokeWidth: 1 }) // tempModule.set({ fill: 'rgba(255,190,41, 0.4)', stroke: 'black', strokeWidth: 1 })
canvas?.add(tempModule) // canvas?.add(tempModule)
} }
} }
} }

View File

@ -993,7 +993,7 @@
"module.place.select.module": "모듈을 선택해주세요.", "module.place.select.module": "모듈을 선택해주세요.",
"module.place.select.one.module": "모듈은 하나만 선택해주세요.", "module.place.select.one.module": "모듈은 하나만 선택해주세요.",
"batch.canvas.delete.all": "배치면 내용을 전부 삭제하시겠습니까?", "batch.canvas.delete.all": "배치면 내용을 전부 삭제하시겠습니까?",
"module.not.found": "설치 모듈을 선택하세요.", "module.not.found": "모듈을 선택하세요.",
"construction.length.difference": "지붕면 공법을 전부 선택해주세요.", "construction.length.difference": "지붕면 공법을 전부 선택해주세요.",
"menu.validation.canvas.roof": "패널을 배치하려면 지붕면을 입력해야 합니다.", "menu.validation.canvas.roof": "패널을 배치하려면 지붕면을 입력해야 합니다.",
"batch.object.outside.roof": "오브젝트는 지붕내에 설치해야 합니다.", "batch.object.outside.roof": "오브젝트는 지붕내에 설치해야 합니다.",