dev #334

Merged
ysCha merged 2 commits from dev into prd-deploy 2025-09-09 17:16:44 +09:00
Showing only changes of commit c358cba0c5 - Show all commits

View File

@ -129,7 +129,7 @@ export function useEvent() {
let arrivalPoint = { x: pointer.x, y: pointer.y }
if (adsorptionPointMode) {
const roofsPoints = roofs.map((roof) => roof.points).flat()
const roofsPoints = roofs.map((roof) => roof.getCurrentPoints()).flat()
roofAdsorptionPoints.current = [...roofsPoints]
const auxiliaryLines = canvas.getObjects().filter((obj) => obj.name === 'auxiliaryLine')