지붕재 변경 시 길이 계산 강제 실행

This commit is contained in:
hyojun.choi 2026-02-11 15:23:58 +09:00
parent 256189fe40
commit a92f335a83

View File

@ -179,7 +179,7 @@ export function useRoofFn() {
polygon.set('fill', null) polygon.set('fill', null)
polygon.set('fill', pattern) polygon.set('fill', pattern)
polygon.roofMaterial = roofMaterial polygon.roofMaterial = roofMaterial
setPolygonLinesActualSize(polygon) setPolygonLinesActualSize(polygon, true)
changeCorridorDimensionText() changeCorridorDimensionText()
polygon.canvas?.renderAll() polygon.canvas?.renderAll()
} catch (e) { } catch (e) {