dev #720

Merged
ysCha merged 4 commits from dev into prd-deploy 2026-03-18 16:30:01 +09:00
Showing only changes of commit a9791eac62 - Show all commits

View File

@ -315,6 +315,7 @@ export function useSurfaceShapeBatch({ isHidden, setIsHidden }) {
// console.log('yInversion', yInversion) //좌우반전 // console.log('yInversion', yInversion) //좌우반전
changeSurfaceLineType(batchSurface) changeSurfaceLineType(batchSurface)
setPolygonLinesActualSize(batchSurface, true)
if (setIsHidden) setIsHidden(false) if (setIsHidden) setIsHidden(false)
}) })
@ -1670,6 +1671,7 @@ export function useSurfaceShapeBatch({ isHidden, setIsHidden }) {
drawDirectionArrow(currentObject) drawDirectionArrow(currentObject)
setTimeout(() => { setTimeout(() => {
changeSurfaceLineType(currentObject) changeSurfaceLineType(currentObject)
setPolygonLinesActualSize(currentObject, true)
currentObject.dirty = true currentObject.dirty = true
currentObject.setCoords() currentObject.setCoords()
canvas.renderAll() canvas.renderAll()