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 6e87357466 - 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 ?? line.getLength(),
actualSize: line.attributes?.actualSize ?? 0,
planeSize: line.getLength(),
}
line.isAuxiliaryFixed = true