지붕면할당 퍼블 수정

This commit is contained in:
김민식 2025-02-05 17:01:35 +09:00
parent 3a7e206f27
commit c7ab2c2c33

View File

@ -183,6 +183,7 @@ export default function ContextRoofAllocationSetting(props) {
className="input-origin block" className="input-origin block"
onChange={(e) => { onChange={(e) => {
handleChangeInput(e, currentAngleType === 'slope' ? 'pitch' : 'angle', index) handleChangeInput(e, currentAngleType === 'slope' ? 'pitch' : 'angle', index)
handleChangePitch(e, index)
}} }}
defaultValue={currentAngleType === 'slope' ? roof.pitch : roof.angle} defaultValue={currentAngleType === 'slope' ? roof.pitch : roof.angle}
/> />