diff --git a/src/hooks/roofcover/useRoofAllocationSetting.js b/src/hooks/roofcover/useRoofAllocationSetting.js index 3ebaa56c..4bb3d8ca 100644 --- a/src/hooks/roofcover/useRoofAllocationSetting.js +++ b/src/hooks/roofcover/useRoofAllocationSetting.js @@ -316,12 +316,13 @@ export function useRoofAllocationSetting(id) { addPopup(popupId, 1, ) } else { apply() - //기존 지붕 선은 남겨둔다. - drawOriginRoofLine() + resetPoints() basicSettingSave() } + //기존 지붕 선은 남겨둔다. + drawOriginRoofLine() } const drawOriginRoofLine = () => {