Merge branch 'dev' of https://git.hanasys.jp/qcast3/qcast-front into hotfix/9999

This commit is contained in:
ysCha 2026-03-18 16:28:17 +09:00
commit a9791eac62

View File

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