dev #314

Merged
ysCha merged 2 commits from dev into dev-deploy 2025-08-29 08:39:49 +09:00
Showing only changes of commit 3d67e5eec8 - Show all commits

View File

@ -27,6 +27,9 @@ export function useRoofFn() {
if (!polygon) {
return
}
if (polygon.wall) {
return
}
if (polygon.points.length < 3) {
return
}