From 8b92de59fe1e946bd84a21f9cfb28ccfd4a124ed Mon Sep 17 00:00:00 2001 From: Jerald-Golden-B Date: Wed, 18 Jun 2025 14:50:41 +0530 Subject: [PATCH] refactor: uncomment WallsAndWallItems component and remove commented WallGroup component --- app/src/modules/builder/builder.tsx | 6 +++--- app/src/modules/builder/groups/floorPlanGroup.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/modules/builder/builder.tsx b/app/src/modules/builder/builder.tsx index 059d97a..5194fc9 100644 --- a/app/src/modules/builder/builder.tsx +++ b/app/src/modules/builder/builder.tsx @@ -205,7 +205,7 @@ export default function Builder() { /> - {/* */} + /> @@ -274,7 +274,7 @@ export default function Builder() { - + {/* */} ); } diff --git a/app/src/modules/builder/groups/floorPlanGroup.tsx b/app/src/modules/builder/groups/floorPlanGroup.tsx index c802d2d..71869f2 100644 --- a/app/src/modules/builder/groups/floorPlanGroup.tsx +++ b/app/src/modules/builder/groups/floorPlanGroup.tsx @@ -149,7 +149,7 @@ const FloorPlanGroup = ({ floorPlanGroup, floorPlanGroupLine, floorPlanGroupPoin } if (toolMode === "Wall") { - // drawWall(raycaster, plane, floorPlanGroupPoint, snappedPoint, isSnapped, isSnappedUUID, line, ispreSnapped, anglesnappedPoint, isAngleSnapped, lines, floorPlanGroupLine, floorPlanGroup, ReferenceLineMesh, LineCreated, currentLayerPoint, dragPointControls, setNewLines, setDeletedLines, activeLayer, socket, projectId); + drawWall(raycaster, plane, floorPlanGroupPoint, snappedPoint, isSnapped, isSnappedUUID, line, ispreSnapped, anglesnappedPoint, isAngleSnapped, lines, floorPlanGroupLine, floorPlanGroup, ReferenceLineMesh, LineCreated, currentLayerPoint, dragPointControls, setNewLines, setDeletedLines, activeLayer, socket, projectId); } if (toolMode === "Floor") {