From 5bb49097ef8db40989b2f31b97a5352f67013ec9 Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 26 Nov 2025 18:10:48 +0900 Subject: [PATCH] ref={pitchRef} --- .../modal/roofAllocation/ContextRoofAllocationSetting.jsx | 1 - .../floor-plan/modal/roofAllocation/RoofAllocationSetting.jsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx b/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx index 82abfa3a..05b2759a 100644 --- a/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx +++ b/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx @@ -219,7 +219,6 @@ export default function ContextRoofAllocationSetting(props) { name="" label="" className="input-origin block" - ref={pitchRef} value={currentAngleType === 'slope' ? (roof.pitch ?? '') : (roof.angle ?? '')} onChange={(value) => { handleChangePitch(value, index) diff --git a/src/components/floor-plan/modal/roofAllocation/RoofAllocationSetting.jsx b/src/components/floor-plan/modal/roofAllocation/RoofAllocationSetting.jsx index 2e8d415b..79b524ef 100644 --- a/src/components/floor-plan/modal/roofAllocation/RoofAllocationSetting.jsx +++ b/src/components/floor-plan/modal/roofAllocation/RoofAllocationSetting.jsx @@ -220,7 +220,6 @@ export default function RoofAllocationSetting(props) { name="" label="" className="input-origin block" - ref={pitchRef} value={currentAngleType === 'slope' ? (roof.pitch ?? '') : (roof.angle ?? '')} onChange={(value) => { handleChangePitch(value, index)