dev #129

Merged
ysCha merged 11 commits from dev into prd-deploy 2025-06-19 15:42:57 +09:00
Showing only changes of commit 0a6d58cba8 - Show all commits

View File

@ -887,7 +887,7 @@ export function useAuxiliaryDrawing(id, isUseEffect = true) {
line.attributes = {
...line.attributes,
roofId: roofBase.id,
actualSize: line.attributes?.actualSize ?? 0,
actualSize: line.attributes?.actualSize ?? line.getLength(),
planeSize: line.getLength(),
}
line.isAuxiliaryFixed = true