feature/jaeyoung #46

Merged
LEE_JAEYOUNG merged 58 commits from feature/jaeyoung into dev 2025-05-21 13:53:44 +09:00
Showing only changes of commit 2537240bb0 - Show all commits

View File

@ -2629,6 +2629,7 @@ export const drawRidgeRoof = (roofId, canvas, textMode) => {
if (index !== -1) {
baseRidgeLines.splice(index, 1)
}
canvas.remove(duplicateLine)
})
}
})