dev #654

Merged
ysCha merged 3 commits from dev into prd-deploy 2026-02-11 18:39:26 +09:00
Showing only changes of commit a92f335a83 - Show all commits

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) {